summaryrefslogtreecommitdiffstats
path: root/openwrt/package/iproute2/Config.in
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-04-18 19:45:56 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-04-18 19:45:56 +0000
commit0d342b7e50df8db7b10b67af856d053af3b292b6 (patch)
tree63198f33b86aedf19e4d9e603fbbb665eed9f9d5 /openwrt/package/iproute2/Config.in
parentd79c90eb6e52cec0d9e1d3be83ffc8392733c322 (diff)
disable non-essential packages by default if DEVELOPER is unset on make menuconfig
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@675 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/iproute2/Config.in')
-rw-r--r--openwrt/package/iproute2/Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/package/iproute2/Config.in b/openwrt/package/iproute2/Config.in
index 8ffe73951..b123f5ca6 100644
--- a/openwrt/package/iproute2/Config.in
+++ b/openwrt/package/iproute2/Config.in
@@ -5,12 +5,12 @@ config BR2_PACKAGE_IPROUTE2
config BR2_PACKAGE_IPROUTE2_IP
tristate "iproute2 routing control (ip)"
- default m
+ default m if CONFIG_DEVEL
select BR2_PACKAGE_IPROUTE2
config BR2_PACKAGE_IPROUTE2_TC
tristate "iproute2 traffic control (tc)"
- default m
+ default m if CONFIG_DEVEL
select BR2_PACKAGE_IPROUTE2
select BR2_PACKAGE_KMOD_SCHED