From 7a87c0da3031a604b5c77b3e8372262cc3fb479b Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 15 Nov 2005 01:32:21 +0000 Subject: [PATCH] default to no, we use busybox ipkg by default git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2489 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- openwrt/package/ipkg/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0