diff options
author | Florian Fainelli <florian@openwrt.org> | 2006-12-31 15:40:13 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2006-12-31 15:40:13 +0000 |
commit | 9fc958bfe3e1744872309a0bf7c5e4b0f59ce04d (patch) | |
tree | 21830cd4250441d69882fd8a288cb0c39b3faadf /package/busybox/Makefile | |
parent | 945b4fb8d4d73ec465f9c87721d61a4ae42f1e47 (diff) | |
download | upstream-9fc958bfe3e1744872309a0bf7c5e4b0f59ce04d.tar.gz upstream-9fc958bfe3e1744872309a0bf7c5e4b0f59ce04d.tar.bz2 upstream-9fc958bfe3e1744872309a0bf7c5e4b0f59ce04d.zip |
Fix the lock warning (#1111), also add another download source
SVN-Revision: 5944
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 |