diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2022-01-08 19:28:09 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2022-01-08 19:28:09 +0100 |
commit | a4fe6056f3921926cadfd7e81590a34c21693a3d (patch) | |
tree | b0e70be764a15671fbf8c471840b0740d480579f /package/busybox/config/networking/udhcp | |
parent | 257011ef97be2a9eb612d92616493b75222935da (diff) |
busybox/hush: update to 1.35.0
Diffstat (limited to 'package/busybox/config/networking/udhcp')
-rw-r--r-- | package/busybox/config/networking/udhcp/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/package/busybox/config/networking/udhcp/Config.in b/package/busybox/config/networking/udhcp/Config.in index 52f1ef5b2..5d57cf731 100644 --- a/package/busybox/config/networking/udhcp/Config.in +++ b/package/busybox/config/networking/udhcp/Config.in @@ -142,6 +142,14 @@ config BUSYBOX_FEATURE_UDHCPC6_RFC5970 comment "Common options for DHCP applets" depends on BUSYBOX_UDHCPD || BUSYBOX_UDHCPC || BUSYBOX_UDHCPC6 || BUSYBOX_DHCPRELAY +config BUSYBOX_UDHCPC_DEFAULT_INTERFACE + string "Default interface name" + default "eth0" + depends on BUSYBOX_UDHCPC || BUSYBOX_UDHCPC6 + help + The interface that will be used if no other interface is + specified on the commandline. + config BUSYBOX_FEATURE_UDHCP_PORT bool "Enable '-P port' option for udhcpd and udhcpc" default n |