aboutsummaryrefslogtreecommitdiffstats
path: root/package/busybox/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-04-02 14:10:26 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-04-02 14:10:26 +0000
commitf452750ba3168e0688f2d4b704911b1b49de315f (patch)
tree321784e9872793ddae4a2093643f390004da2928 /package/busybox/Makefile
parentd7d665b7c6482934f5983c6204c76141ac0ef0a0 (diff)
downloadmaster-187ad058-f452750ba3168e0688f2d4b704911b1b49de315f.tar.gz
master-187ad058-f452750ba3168e0688f2d4b704911b1b49de315f.tar.bz2
master-187ad058-f452750ba3168e0688f2d4b704911b1b49de315f.zip
fix building busybox snapshots
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@516 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/busybox/Makefile')
-rw-r--r--package/busybox/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/busybox/Makefile b/package/busybox/Makefile
index 78da169dd4..771f7e554f 100644
--- a/package/busybox/Makefile
+++ b/package/busybox/Makefile
@@ -9,7 +9,7 @@ ifeq ($(strip $(BR2_PACKAGE_BUSYBOX_SNAPSHOT)),y)
# Be aware that this changes daily....
PKG_VERSION:=0.${shell date +"%G%m%d"}
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)
-PKG_SOURCE:=$(PKG_NAME)-.tar.bz2
+PKG_SOURCE:=$(PKG_NAME)-snapshot.tar.bz2
PKG_SOURCE_URL:=http://www.busybox.net/downloads/snapshots
PKG_MD5SUM:=x
else