Changeset c04ece1 in freewrt for package/dhcp/Config.in
- Timestamp:
- Jul 22, 2006, 5:48:30 PM (19 years ago)
- Branches:
- freewrt_1_0, freewrt_2_0
- Children:
- 5bef084
- Parents:
- e13d736
- File:
-
- 1 edited
-
package/dhcp/Config.in (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
package/dhcp/Config.in
re13d736 rc04ece1 1 1 #menu "dhcp.............................. ISC DHCP (Dynamic Host Configuration Protocol) implementation" 2 2 3 config BR2_COMPILE_DHCP3 config FWRT_COMPILE_DHCP 4 4 tristate 5 5 default n 6 depends BR2_PACKAGE_DHCP_RELAY || BR2_PACKAGE_DHCP_SERVER6 depends FWRT_PACKAGE_DHCP_RELAY || FWRT_PACKAGE_DHCP_SERVER 7 7 8 config BR2_PACKAGE_DHCP_RELAY8 config FWRT_PACKAGE_DHCP_RELAY 9 9 prompt "dhcp-relay........................ ISC DHCP relay" 10 10 tristate 11 11 default m if CONFIG_DEVEL 12 select BR2_COMPILE_DHCP12 select FWRT_COMPILE_DHCP 13 13 help 14 14 ISC (Internet Software Consortium) DHCP (Dynamic Host Configuration … … 17 17 http://www.isc.org/ 18 18 19 config BR2_PACKAGE_DHCP_SERVER19 config FWRT_PACKAGE_DHCP_SERVER 20 20 prompt "dhcp-server....................... ISC DHCP server" 21 21 tristate 22 22 default m if CONFIG_DEVEL 23 select BR2_COMPILE_DHCP23 select FWRT_COMPILE_DHCP 24 24 help 25 25 ISC (Internet Software Consortium) DHCP (Dynamic Host Configuration
Note:
See TracChangeset
for help on using the changeset viewer.
