summaryrefslogtreecommitdiff
path: root/openwrt/package/quagga/Config.in
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/quagga/Config.in
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/quagga/Config.in')
-rw-r--r--openwrt/package/quagga/Config.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/openwrt/package/quagga/Config.in b/openwrt/package/quagga/Config.in
index 073d916..af3fc16 100644
--- a/openwrt/package/quagga/Config.in
+++ b/openwrt/package/quagga/Config.in
@@ -1,6 +1,6 @@
config BR2_PACKAGE_QUAGGA
tristate "Quagga"
- default m
+ default m if CONFIG_DEVEL
help
routing software package that provides TCP/IP based routing services
with routing protocols support such as RIPv1, RIPv2, RIPng, OSPFv2,
@@ -10,28 +10,28 @@ config BR2_PACKAGE_QUAGGA
config BR2_PACKAGE_QUAGGA_ZEBRA
tristate "zebra daemon"
- default m
+ default m if CONFIG_DEVEL
depends BR2_PACKAGE_QUAGGA
help
zebra daemon
config BR2_PACKAGE_QUAGGA_RIPD
tristate "ripd daemon"
- default m
+ default m if CONFIG_DEVEL
depends BR2_PACKAGE_QUAGGA
help
ripd daemon
config BR2_PACKAGE_QUAGGA_BGPD
tristate "bgpd daemon"
- default m
+ default m if CONFIG_DEVEL
depends BR2_PACKAGE_QUAGGA
help
bgpd daemon
config BR2_PACKAGE_QUAGGA_OSPFD
tristate "ospfd daemon"
- default m
+ default m if CONFIG_DEVEL
depends BR2_PACKAGE_QUAGGA
help
ospfd daemon