diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-01-24 05:14:13 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-01-24 05:14:13 +0100 |
commit | f5a32ccc8db573d377e491105bdb95f36c0ad977 (patch) | |
tree | 0985dee1ddd709b6846b6628dc0aca020845b37a /package/busybox/config/networking | |
parent | 9d558ab93a7d672f4fcf9c5c1bdd123005355b5d (diff) |
busybox: update to 1.26.2
Diffstat (limited to 'package/busybox/config/networking')
-rw-r--r-- | package/busybox/config/networking/Config.in | 39 | ||||
-rw-r--r-- | package/busybox/config/networking/udhcp/Config.in | 6 |
2 files changed, 6 insertions, 39 deletions
diff --git a/package/busybox/config/networking/Config.in b/package/busybox/config/networking/Config.in index cedbc4482..c7022d8e4 100644 --- a/package/busybox/config/networking/Config.in +++ b/package/busybox/config/networking/Config.in @@ -496,21 +496,6 @@ config BUSYBOX_FEATURE_IFUPDOWN_IP Use the iproute "ip" command to implement "ifup" and "ifdown", rather than the default of using the older 'ifconfig' and 'route' utilities. -config BUSYBOX_FEATURE_IFUPDOWN_IP_BUILTIN - bool "Use busybox ip applet" - default y if !BUSYBOX_DISABLE_IP - depends on BUSYBOX_FEATURE_IFUPDOWN_IP - select BUSYBOX_PLATFORM_LINUX - select BUSYBOX_IP - select BUSYBOX_FEATURE_IP_ADDRESS - select BUSYBOX_FEATURE_IP_LINK - select BUSYBOX_FEATURE_IP_ROUTE - help - Use the busybox iproute "ip" applet to implement "ifupdown". - - If left disabled, you must install the full-blown iproute2 - utility or the "ifup" and "ifdown" applets will not work. - config BUSYBOX_FEATURE_IFUPDOWN_IFCONFIG_BUILTIN bool "Use busybox ifconfig and route applets" default n @@ -675,21 +660,6 @@ config BUSYBOX_FEATURE_IP_NEIGH help Add support for neighbor commands to "ip". -config BUSYBOX_FEATURE_IP_SHORT_FORMS - bool "Support short forms of ip commands" - default n - depends on BUSYBOX_IP - help - Also support short-form of ip <OBJECT> commands: - ip addr -> ipaddr - ip link -> iplink - ip route -> iproute - ip tunnel -> iptunnel - ip rule -> iprule - - Say N unless you desparately need the short form of the ip - object commands. - config BUSYBOX_FEATURE_IP_RARE_PROTOCOLS bool "Support displaying rarely used link types" default n @@ -703,27 +673,26 @@ config BUSYBOX_FEATURE_IP_RARE_PROTOCOLS config BUSYBOX_IPADDR bool default n - depends on BUSYBOX_FEATURE_IP_SHORT_FORMS && BUSYBOX_FEATURE_IP_ADDRESS config BUSYBOX_IPLINK bool default n - depends on BUSYBOX_FEATURE_IP_SHORT_FORMS && BUSYBOX_FEATURE_IP_LINK config BUSYBOX_IPROUTE bool default n - depends on BUSYBOX_FEATURE_IP_SHORT_FORMS && BUSYBOX_FEATURE_IP_ROUTE config BUSYBOX_IPTUNNEL bool default n - depends on BUSYBOX_FEATURE_IP_SHORT_FORMS && BUSYBOX_FEATURE_IP_TUNNEL config BUSYBOX_IPRULE bool default n - depends on BUSYBOX_FEATURE_IP_SHORT_FORMS && BUSYBOX_FEATURE_IP_RULE + +config BUSYBOX_IPNEIGH + bool + default n config BUSYBOX_IPCALC bool "ipcalc" diff --git a/package/busybox/config/networking/udhcp/Config.in b/package/busybox/config/networking/udhcp/Config.in index aec0fd62f..02e56c3ef 100644 --- a/package/busybox/config/networking/udhcp/Config.in +++ b/package/busybox/config/networking/udhcp/Config.in @@ -20,8 +20,7 @@ config BUSYBOX_UDHCPD config BUSYBOX_DHCPRELAY bool "dhcprelay" - default y - depends on BUSYBOX_UDHCPD + default n help dhcprelay listens for dhcp requests on one or more interfaces and forwards these requests to a different interface or dhcp @@ -29,8 +28,7 @@ config BUSYBOX_DHCPRELAY config BUSYBOX_DUMPLEASES bool "Lease display utility (dumpleases)" - default y - depends on BUSYBOX_UDHCPD + default n help dumpleases displays the leases written out by the udhcpd server. Lease times are stored in the file by time remaining in lease, or |