From: Waldemar Brodkorb Date: Tue, 15 Nov 2005 01:32:21 +0000 (+0000) Subject: default to no, we use busybox ipkg by default X-Git-Tag: reboot~31635 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=5a8a1463db04b950bc6a2b9c1f35cd24eddf52cd;p=oweals%2Fopenwrt.git default to no, we use busybox ipkg by default SVN-Revision: 2489 --- diff --git a/openwrt/package/ipkg/Config.in b/openwrt/package/ipkg/Config.in index a8bdef97ce..4cbd295001 100644 --- a/openwrt/package/ipkg/Config.in +++ b/openwrt/package/ipkg/Config.in @@ -1,7 +1,7 @@ config BR2_PACKAGE_IPKG prompt "ipkg.............................. The itsy package management system" tristate - default m if BUSYBOX_CONFIG_IPKG + default n if BUSYBOX_CONFIG_IPKG default y if ! BUSYBOX_CONFIG_IPKG help Lightweight package management system