From 70ac7f073d2224792b09da4058afadba098699b3 Mon Sep 17 00:00:00 2001 From: wbx Date: Tue, 15 Nov 2005 01:32:21 +0000 Subject: 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(-) (limited to 'openwrt/package') 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 -- cgit v1.2.3