disable non-essential packages by default if DEVELOPER is unset on make menuconfig
[openwrt.git] / package / dhcp-forwarder / Config.in
index 28992fb..8fa396d 100644 (file)
@@ -1,6 +1,6 @@
 config BR2_PACKAGE_DHCPFWD
        tristate "dhcp-forwarder (a DHCP relay agent)"
-       default n
+       default m if CONFIG_DEVEL
        help
          A DHCP relay agent
          
This page took 0.02098 seconds and 4 git commands to generate.