Author: nbd Date: 2016-01-20 00:35:04 +0100 (Wed, 20 Jan 2016) New Revision: 48386
Modified: trunk/package/system/opkg/Makefile trunk/package/utils/busybox/Config-defaults.in Log: opkg: depend on uclient-fetch, disable busybox wget Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/package/system/opkg/Makefile =================================================================== --- trunk/package/system/opkg/Makefile 2016-01-19 23:27:14 UTC (rev 48385) +++ trunk/package/system/opkg/Makefile 2016-01-19 23:35:04 UTC (rev 48386) @@ -41,6 +41,7 @@ SECTION:=base CATEGORY:=Base system TITLE:=opkg package manager + DEPENDS:=+uclient-fetch URL:=http://wiki.openmoko.org/wiki/Opkg endef Modified: trunk/package/utils/busybox/Config-defaults.in =================================================================== --- trunk/package/utils/busybox/Config-defaults.in 2016-01-19 23:27:14 UTC (rev 48385) +++ trunk/package/utils/busybox/Config-defaults.in 2016-01-19 23:35:04 UTC (rev 48386) @@ -1968,7 +1968,7 @@ default y config BUSYBOX_DEFAULT_WGET bool - default y + default n config BUSYBOX_DEFAULT_FEATURE_WGET_STATUSBAR bool default y _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
