diff options
author | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-11-15 01:32:21 +0000 |
---|---|---|
committer | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-11-15 01:32:21 +0000 |
commit | 4cb4079c09e36c139acd48e1d636a4e1053731ef (patch) | |
tree | 778dda63fb64ef9d56e8a70d3aa2ab4eab810b8e | |
parent | fc9f36c3d4bfc94cfcd5200fcc5d57e5a176922b (diff) |
default to no, we use busybox ipkg by default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2489 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | package/ipkg/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ipkg/Config.in b/package/ipkg/Config.in index a8bdef97c..4cbd29500 100644 --- a/package/ipkg/Config.in +++ b/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 |