1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-02 23:45:28 +03:00

fix building busybox snapshots

git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@515 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2005-04-02 14:08:16 +00:00
parent e01e5a6b47
commit a093cbdb05

View File

@ -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)