Standardize Makefile
[openwrt.git] / package / iproute2 / Config.in
index 6f64eb5..b123f5c 100644 (file)
@@ -1,16 +1,16 @@
 config BR2_PACKAGE_IPROUTE2
-       bool
+       tristate
        depends BR2_PACKAGE_IPROUTE2_IP || BR2_PACKAGE_IPROUTE2_TC
        default n
 
 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
 
This page took 0.034073 seconds and 4 git commands to generate.