diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-12-31 15:40:13 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-12-31 15:40:13 +0000 |
commit | e1da0cb9a573dba1ca6fce313420bc99e6024ae0 (patch) | |
tree | 0c846a329913c6543043f9ff62f252fa4138a0e1 /package/busybox/Makefile | |
parent | 247902e0065f92d7d3c983553aab065d2eeb8b67 (diff) |
Fix the lock warning (#1111), also add another download source
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5944 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/busybox/Makefile')
-rw-r--r-- | package/busybox/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/busybox/Makefile b/package/busybox/Makefile index 2688777c00..2927d70436 100644 --- a/package/busybox/Makefile +++ b/package/busybox/Makefile @@ -13,7 +13,8 @@ PKG_VERSION:=1.3.1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -PKG_SOURCE_URL:=http://www.busybox.net/downloads +PKG_SOURCE_URL:=http://www.busybox.net/downloads \ + http://distfiles.gentoo.org/distfiles/ PKG_MD5SUM:=571531cfa83726947ccb566de017ad4f PKG_CAT:=bzcat |