mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-05 17:01:53 +02:00
1547ec7559
Rename dhcp package to dhcp-server, Add dhcp-relay package. git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1405 3c298f89-4303-0410-b956-a3cf2f4a3e73
26 lines
573 B
Plaintext
26 lines
573 B
Plaintext
config BR2_PACKAGE_DHCP
|
|
bool
|
|
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
|
|
help
|
|
ISC (Internet Software Consortium) DHCP (Dynamic Host Configuration
|
|
Protocol) relay daemon.
|
|
|
|
http://www.isc.org/
|
|
|
|
|
|
config BR2_PACKAGE_DHCP_SERVER
|
|
tristate "dhcp-server - ISC DHCP server"
|
|
default m if CONFIG_DEVEL
|
|
help
|
|
ISC (Internet Software Consortium) DHCP (Dynamic Host Configuration
|
|
Protocol) server daemon.
|
|
|
|
http://www.isc.org/
|
|
|
|
|