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-Url: http://207.154.207.93/?a=commitdiff_plain;h=7a87c0da3031a604b5c77b3e8372262cc3fb479b;p=15.05%2Fopenwrt.git default to no, we use busybox ipkg by default git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2489 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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