Mercurial > flash_v2
diff packages/redboot/current/cdl/redboot.cdl @ 1227:54f8d0daacd4
Fix DHCP - BUG #1000053
| author | gthomas |
|---|---|
| date | Sat, 20 Sep 2003 14:35:58 +0000 |
| parents | dbcfe4e0dbd2 |
| children | 3c221a743075 |
line wrap: on
line diff
--- a/packages/redboot/current/cdl/redboot.cdl +++ b/packages/redboot/current/cdl/redboot.cdl @@ -315,10 +315,20 @@ cdl_package CYGPKG_REDBOOT { } } + cdl_component CYGSEM_REDBOOT_NETWORKING_DHCP { + display "Use DHCP to get IP information" + flavor bool + default_value 1 + description " + Use DHCP protocol to obtain pertinent IP addresses, such as + the client, server, gateway, etc." + } + cdl_component CYGSEM_REDBOOT_NETWORKING_USE_GATEWAY { display "Use a gateway for non-local IP traffic" flavor bool default_value 1 + requires CYGSEM_REDBOOT_NETWORKING_DHCP description " Enabling this option will allow the RedBoot networking stack to use a \[single\] gateway to reach a non-local
