projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6bfe293
)
package/dhcp: Fix config name
author
Peter Korsgaard
<jacmet@sunsite.dk>
Tue, 1 Feb 2011 13:30:32 +0000
(14:30 +0100)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Tue, 1 Feb 2011 13:30:32 +0000
(14:30 +0100)
ISC dhcp is no longer the only way of handling DHCP, so use a less generic
config text.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/dhcp/Config.in
patch
|
blob
|
history
diff --git
a/package/dhcp/Config.in
b/package/dhcp/Config.in
index eeb237c5b1c6a883cac6ec00ee27a6cc42403ded..224583972764644359785911b77f14c901b73dff 100644
(file)
--- a/
package/dhcp/Config.in
+++ b/
package/dhcp/Config.in
@@
-1,5
+1,5
@@
config BR2_PACKAGE_DHCP
- bool "
DHCP support
"
+ bool "
isc dhcp
"
help
DHCP relay agent from the ISC DHCP distribution.