From: Felix Fietkau Date: Sun, 26 Mar 2006 19:07:23 +0000 (+0000) Subject: fix broken image builder dependencies X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=10178f10030e62f306fbee4de056b13c038562e3 fix broken image builder dependencies SVN-Revision: 3496 --- diff --git a/openwrt/package/Config.in b/openwrt/package/Config.in index 9b6cdc1891..584d2aa4a2 100644 --- a/openwrt/package/Config.in +++ b/openwrt/package/Config.in @@ -143,8 +143,6 @@ source "package/sdk/Config.in" config BR2_PACKAGE_IMAGEBUILDER bool "OpenWrt Image Builder" - select BR2_PACKAGE_IPKG_SH - select BR2_PACKAGE_PPTP default y if CONFIG_DEVEL help Build an OpenWrt Image Builder. diff --git a/openwrt/package/ipkg/Config.in b/openwrt/package/ipkg/Config.in index 1fa0ec8c1e..90c512b4a5 100644 --- a/openwrt/package/ipkg/Config.in +++ b/openwrt/package/ipkg/Config.in @@ -23,6 +23,7 @@ config BR2_PACKAGE_IPKG_C config BR2_PACKAGE_IPKG_SH tristate "ipkg - itsy package management system (shell version)" default m if CONFIG_DEVEL + default m if BR2_PACKAGE_IMAGEBUILDER select BR2_PACKAGE_IPKG help Lightweight package management system diff --git a/openwrt/package/pptp/Config.in b/openwrt/package/pptp/Config.in index 905506e39d..778311b981 100644 --- a/openwrt/package/pptp/Config.in +++ b/openwrt/package/pptp/Config.in @@ -2,6 +2,7 @@ config BR2_PACKAGE_PPTP prompt "pptp - PPTP (Point-to-Point Tunneling Protocol) client" tristate default m if CONFIG_DEVEL + default m if BR2_PACKAGE_IMAGEBUILDER select BR2_PACKAGE_KMOD_GRE select BR2_PACKAGE_PPP help