diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-04-02 14:08:16 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-04-02 14:08:16 +0000 |
commit | d7d665b7c6482934f5983c6204c76141ac0ef0a0 (patch) | |
tree | 8489ef4afe2c9e7fdd33911b682e16e959934c7e /package | |
parent | 16e589714ea272eea49a51ee0d2e072d4eb80de7 (diff) | |
download | upstream-d7d665b7c6482934f5983c6204c76141ac0ef0a0.tar.gz upstream-d7d665b7c6482934f5983c6204c76141ac0ef0a0.tar.bz2 upstream-d7d665b7c6482934f5983c6204c76141ac0ef0a0.zip |
fix building busybox snapshots
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@515 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r-- | package/busybox/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/busybox/Makefile b/package/busybox/Makefile index 09b67277a6..78da169dd4 100644 --- a/package/busybox/Makefile +++ b/package/busybox/Makefile @@ -11,7 +11,7 @@ PKG_VERSION:=0.${shell date +"%G%m%d"} PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME) PKG_SOURCE:=$(PKG_NAME)-.tar.bz2 PKG_SOURCE_URL:=http://www.busybox.net/downloads/snapshots -PKG_MD5SUM:=5c7ea9b5d3b3677dfcdcec38b281a756 +PKG_MD5SUM:=x else PKG_VERSION:=1.00 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) |