diff options
author | Felix Fietkau <nbd@openwrt.org> | 2016-01-19 23:35:04 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2016-01-19 23:35:04 +0000 |
commit | e771a31b391f8902f72bf4db5b6b7d855448d6e2 (patch) | |
tree | 2e2e8efcf5554a372e764ab858c629cf91b4ccd1 /package/system/opkg/Makefile | |
parent | 208b96cacdcdd586c7c9fd6b8887683a7ee4aefb (diff) | |
download | upstream-e771a31b391f8902f72bf4db5b6b7d855448d6e2.tar.gz upstream-e771a31b391f8902f72bf4db5b6b7d855448d6e2.tar.bz2 upstream-e771a31b391f8902f72bf4db5b6b7d855448d6e2.zip |
opkg: depend on uclient-fetch, disable busybox wget
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48386
Diffstat (limited to 'package/system/opkg/Makefile')
-rw-r--r-- | package/system/opkg/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/system/opkg/Makefile b/package/system/opkg/Makefile index a65c33a078..e46c6b3a34 100644 --- a/package/system/opkg/Makefile +++ b/package/system/opkg/Makefile @@ -41,6 +41,7 @@ define Package/opkg/Default SECTION:=base CATEGORY:=Base system TITLE:=opkg package manager + DEPENDS:=+uclient-fetch URL:=http://wiki.openmoko.org/wiki/Opkg endef |