summaryrefslogtreecommitdiff
path: root/openwrt/package/iproute2
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-04-18 19:45:56 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-04-18 19:45:56 +0000
commit8bc4d3fe6d27e5416577f1c5d5d157b5260d7da2 (patch)
tree63198f33b86aedf19e4d9e603fbbb665eed9f9d5 /openwrt/package/iproute2
parent833f90e2f0f48145d5d8a37474d460777d5cafe3 (diff)
downloadmtk-20170518-8bc4d3fe6d27e5416577f1c5d5d157b5260d7da2.zip
mtk-20170518-8bc4d3fe6d27e5416577f1c5d5d157b5260d7da2.tar.gz
mtk-20170518-8bc4d3fe6d27e5416577f1c5d5d157b5260d7da2.tar.bz2
disable non-essential packages by default if DEVELOPER is unset on make menuconfig
SVN-Revision: 675
Diffstat (limited to 'openwrt/package/iproute2')
-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 8ffe739..b123f5c 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