From 8eb2ef133fcb2da31c53cf09c5c871d61f346b12 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 2 Apr 2005 14:10:26 +0000 Subject: [PATCH] fix building busybox snapshots SVN-Revision: 516 --- openwrt/package/busybox/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openwrt/package/busybox/Makefile b/openwrt/package/busybox/Makefile index 78da169dd4..771f7e554f 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 -- 2.30.2