fix dhcp Config.in dependency issue
SVN-Revision: 1555
This commit is contained in:
parent
35e8fe4e80
commit
230d820e86
1 changed files with 3 additions and 1 deletions
|
@ -1,11 +1,12 @@
|
||||||
config BR2_PACKAGE_DHCP
|
config BR2_PACKAGE_DHCP
|
||||||
bool
|
tristate
|
||||||
default n
|
default n
|
||||||
depends BR2_PACKAGE_DHCP_RELAY || BR2_PACKAGE_DHCP_SERVER
|
depends BR2_PACKAGE_DHCP_RELAY || BR2_PACKAGE_DHCP_SERVER
|
||||||
|
|
||||||
config BR2_PACKAGE_DHCP_RELAY
|
config BR2_PACKAGE_DHCP_RELAY
|
||||||
tristate "dhcp-relay - ISC DHCP relay"
|
tristate "dhcp-relay - ISC DHCP relay"
|
||||||
default m if CONFIG_DEVEL
|
default m if CONFIG_DEVEL
|
||||||
|
select BR2_PACKAGE_DHCP
|
||||||
help
|
help
|
||||||
ISC (Internet Software Consortium) DHCP (Dynamic Host Configuration
|
ISC (Internet Software Consortium) DHCP (Dynamic Host Configuration
|
||||||
Protocol) relay daemon.
|
Protocol) relay daemon.
|
||||||
|
@ -16,6 +17,7 @@ config BR2_PACKAGE_DHCP_RELAY
|
||||||
config BR2_PACKAGE_DHCP_SERVER
|
config BR2_PACKAGE_DHCP_SERVER
|
||||||
tristate "dhcp-server - ISC DHCP server"
|
tristate "dhcp-server - ISC DHCP server"
|
||||||
default m if CONFIG_DEVEL
|
default m if CONFIG_DEVEL
|
||||||
|
select BR2_PACKAGE_DHCP
|
||||||
help
|
help
|
||||||
ISC (Internet Software Consortium) DHCP (Dynamic Host Configuration
|
ISC (Internet Software Consortium) DHCP (Dynamic Host Configuration
|
||||||
Protocol) server daemon.
|
Protocol) server daemon.
|
||||||
|
|
Loading…
Reference in a new issue