mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-10 16:09:43 +02:00
fix dhcp Config.in dependency issue
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1555 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
5ffb86901f
commit
01c6ee539c
@ -1,11 +1,12 @@
|
||||
config BR2_PACKAGE_DHCP
|
||||
bool
|
||||
tristate
|
||||
default n
|
||||
depends BR2_PACKAGE_DHCP_RELAY || BR2_PACKAGE_DHCP_SERVER
|
||||
|
||||
config BR2_PACKAGE_DHCP_RELAY
|
||||
tristate "dhcp-relay - ISC DHCP relay"
|
||||
default m if CONFIG_DEVEL
|
||||
select BR2_PACKAGE_DHCP
|
||||
help
|
||||
ISC (Internet Software Consortium) DHCP (Dynamic Host Configuration
|
||||
Protocol) relay daemon.
|
||||
@ -16,6 +17,7 @@ config BR2_PACKAGE_DHCP_RELAY
|
||||
config BR2_PACKAGE_DHCP_SERVER
|
||||
tristate "dhcp-server - ISC DHCP server"
|
||||
default m if CONFIG_DEVEL
|
||||
select BR2_PACKAGE_DHCP
|
||||
help
|
||||
ISC (Internet Software Consortium) DHCP (Dynamic Host Configuration
|
||||
Protocol) server daemon.
|
||||
|
Loading…
Reference in New Issue
Block a user