diff options
Diffstat (limited to 'networking/udhcp/Config.src')
-rw-r--r-- | networking/udhcp/Config.src | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/networking/udhcp/Config.src b/networking/udhcp/Config.src index 7d04bb246..8c8c11c26 100644 --- a/networking/udhcp/Config.src +++ b/networking/udhcp/Config.src | |||
@@ -104,6 +104,14 @@ INSERT | |||
104 | comment "Common options for DHCP applets" | 104 | comment "Common options for DHCP applets" |
105 | depends on UDHCPD || UDHCPC || UDHCPC6 || DHCPRELAY | 105 | depends on UDHCPD || UDHCPC || UDHCPC6 || DHCPRELAY |
106 | 106 | ||
107 | config UDHCPC_DEFAULT_INTERFACE | ||
108 | string "Default interface name" | ||
109 | default "eth0" | ||
110 | depends on UDHCPC || UDHCPC6 | ||
111 | help | ||
112 | The interface that will be used if no other interface is | ||
113 | specified on the commandline. | ||
114 | |||
107 | config FEATURE_UDHCP_PORT | 115 | config FEATURE_UDHCP_PORT |
108 | bool "Enable '-P port' option for udhcpd and udhcpc" | 116 | bool "Enable '-P port' option for udhcpd and udhcpc" |
109 | default n | 117 | default n |