projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
disable non-essential packages by default if DEVELOPER is unset on make menuconfig
[openwrt.git]
/
package
/
dhcp-forwarder
/
Config.in
diff --git
a/package/dhcp-forwarder/Config.in
b/package/dhcp-forwarder/Config.in
index
28992fb
..
8fa396d
100644
(file)
--- a/
package/dhcp-forwarder/Config.in
+++ b/
package/dhcp-forwarder/Config.in
@@
-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.