diff options
author | Glenn L McGrath <bug1@ihug.co.nz> | 2003-09-02 06:59:57 +0000 |
---|---|---|
committer | Glenn L McGrath <bug1@ihug.co.nz> | 2003-09-02 06:59:57 +0000 |
commit | 530ea42abc7512bcd9738a4fcef7d97c2039f82a (patch) | |
tree | b57f0f2f4e0b1db1aa4a7a283902be1942426ace /networking/Config.in | |
parent | dc4e75ef7ca135c836d22e380847672cf5b3773b (diff) | |
download | busybox-w32-530ea42abc7512bcd9738a4fcef7d97c2039f82a.tar.gz busybox-w32-530ea42abc7512bcd9738a4fcef7d97c2039f82a.tar.bz2 busybox-w32-530ea42abc7512bcd9738a4fcef7d97c2039f82a.zip |
adds the ability to use and calculate network prefix specifications instead
of netmasks. It also fixes the parameters for network and netmask to match
that of the official Red Hat version (-n for network and -m for netmask).
Patch by Joshua Jackson
Diffstat (limited to 'networking/Config.in')
-rw-r--r-- | networking/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/networking/Config.in b/networking/Config.in index 754d8d9f9..2705980bb 100644 --- a/networking/Config.in +++ b/networking/Config.in | |||
@@ -376,11 +376,11 @@ config CONFIG_IPCALC | |||
376 | resulting broadcast, network, and host range. | 376 | resulting broadcast, network, and host range. |
377 | 377 | ||
378 | config CONFIG_FEATURE_IPCALC_FANCY | 378 | config CONFIG_FEATURE_IPCALC_FANCY |
379 | bool " Fancy IPCALC, more options, adds 300 bytes" | 379 | bool " Fancy IPCALC, more options, adds 1 kbyte" |
380 | default y | 380 | default y |
381 | depends on CONFIG_IPCALC | 381 | depends on CONFIG_IPCALC |
382 | help | 382 | help |
383 | Adds the fields hostname and silent to the output of "ipcalc". | 383 | Adds the options hostname, prefix and silent to the output of "ipcalc". |
384 | 384 | ||
385 | config CONFIG_IPADDR | 385 | config CONFIG_IPADDR |
386 | bool "ipaddr" | 386 | bool "ipaddr" |