diff options
author | Phil Sutter | 2011-03-06 19:42:51 +0100 |
---|---|---|
committer | Denys Vlasenko | 2011-03-06 19:42:51 +0100 |
commit | 293a8f250d35157aced813695e1975078a521d19 (patch) | |
tree | 4a99690e5464e1ea832cfca2907fe0732ba1b4fa /networking/Config.src | |
parent | 2adc0e6d8b146991063309238569a703af6bda8f (diff) | |
download | busybox-293a8f250d35157aced813695e1975078a521d19.zip busybox-293a8f250d35157aced813695e1975078a521d19.tar.gz |
nameif: add matching by phy_address=NUM; extend help text
function old new delta
nameif_main 618 686 +68
packed_usage 28095 28149 +54
prepend_new_eth_table 295 338 +43
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 3/0 up/down: 165/0) Total: 165 bytes
Signed-off-by: Phil Sutter <phil.sutter@viprinet.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/Config.src')
-rw-r--r-- | networking/Config.src | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/networking/Config.src b/networking/Config.src index 06930f4..8aeba0e 100644 --- a/networking/Config.src +++ b/networking/Config.src @@ -612,35 +612,6 @@ config FEATURE_IPCALC_LONG_OPTIONS help Support long options for the ipcalc applet. -config NAMEIF - bool "nameif" - default y - select PLATFORM_LINUX - select FEATURE_SYSLOG - help - nameif is used to rename network interface by its MAC address. - Renamed interfaces MUST be in the down state. - It is possible to use a file (default: /etc/mactab) - with list of new interface names and MACs. - Maximum interface name length: IFNAMSIZ = 16 - File fields are separated by space or tab. - File format: - # Comment - new_interface_name XX:XX:XX:XX:XX:XX - -config FEATURE_NAMEIF_EXTENDED - bool "Extended nameif" - default y - depends on NAMEIF - help - This extends the nameif syntax to support the bus_info and driver - checks. The syntax is compatible to the normal nameif. - File format: - new_interface_name driver=asix bus=usb-0000:00:08.2-3 - new_interface_name bus=usb-0000:00:08.2-3 00:80:C8:38:91:B5 - new_interface_name mac=00:80:C8:38:91:B5 - new_interface_name 00:80:C8:38:91:B5 - config NETSTAT bool "netstat" default y |