diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-08-13 18:43:22 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-08-13 18:43:22 +0000 |
commit | eb4b7a13758bb9a64f88c93fd05f697918694739 (patch) | |
tree | 96fcc6cbc84c6c218a0b1e187b21f34796072f62 /openwrt/package/ipkg | |
parent | 58ea8b2b3a13e9f6041fb2a177ccff72046202b2 (diff) | |
download | mtk-20170518-eb4b7a13758bb9a64f88c93fd05f697918694739.zip mtk-20170518-eb4b7a13758bb9a64f88c93fd05f697918694739.tar.gz mtk-20170518-eb4b7a13758bb9a64f88c93fd05f697918694739.tar.bz2 |
add a patch to integrate ipkg into busybox
SVN-Revision: 1639
Diffstat (limited to 'openwrt/package/ipkg')
-rw-r--r-- | openwrt/package/ipkg/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/ipkg/Config.in b/openwrt/package/ipkg/Config.in index 9904cd8..1bbb75c 100644 --- a/openwrt/package/ipkg/Config.in +++ b/openwrt/package/ipkg/Config.in @@ -1,5 +1,6 @@ config BR2_PACKAGE_IPKG tristate "ipkg - itsy package management system" + depends ! BUSYBOX_CONFIG_IPKG default y help Lightweight package management system |