summaryrefslogtreecommitdiff
path: root/openwrt/package/busybox
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
commit8eb2ef133fcb2da31c53cf09c5c871d61f346b12 (patch)
tree1f9882f09885144e65846a5a8b6858294f6745dc /openwrt/package/busybox
parent70dfdaf0cfc479bb963d89c1cdab3e02b10812a3 (diff)
downloadmtk-20170518-8eb2ef133fcb2da31c53cf09c5c871d61f346b12.zip
mtk-20170518-8eb2ef133fcb2da31c53cf09c5c871d61f346b12.tar.gz
mtk-20170518-8eb2ef133fcb2da31c53cf09c5c871d61f346b12.tar.bz2
fix building busybox snapshots
SVN-Revision: 516
Diffstat (limited to 'openwrt/package/busybox')
-rw-r--r--openwrt/package/busybox/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/busybox/Makefile b/openwrt/package/busybox/Makefile
index 78da169..771f7e5 100644
--- a/openwrt/package/busybox/Makefile
+++ b/openwrt/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