aboutsummaryrefslogtreecommitdiff
path: root/libbb/Config.in
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-05-16 16:10:31 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-05-16 16:10:31 +0000
commitf3b778a4dcfe49dbb294365e7f026674a91f9a32 (patch)
treed68b08af40a70399b5027949541d1f08696d4925 /libbb/Config.in
parent825968f92c603357e2e1e1d73c3ec26d89004381 (diff)
downloadbusybox-w32-f3b778a4dcfe49dbb294365e7f026674a91f9a32.tar.gz
busybox-w32-f3b778a4dcfe49dbb294365e7f026674a91f9a32.tar.bz2
busybox-w32-f3b778a4dcfe49dbb294365e7f026674a91f9a32.zip
- fix bug where we incorrectly rejected ifconfig eth0 hw ether $whatever
- add support for printing ipoib to ifconfig
Diffstat (limited to 'libbb/Config.in')
-rw-r--r--libbb/Config.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/libbb/Config.in b/libbb/Config.in
index 842dd1f74..5bf0d2ea2 100644
--- a/libbb/Config.in
+++ b/libbb/Config.in
@@ -144,4 +144,11 @@ config IOCTL_HEX2STR_ERROR
144 Use ioctl names rather than hex values in error messages 144 Use ioctl names rather than hex values in error messages
145 (e.g. VT_DISALLOCATE rather than 0x5608). If disabled this 145 (e.g. VT_DISALLOCATE rather than 0x5608). If disabled this
146 saves about 1400 bytes. 146 saves about 1400 bytes.
147
148config FEATURE_HWIB
149 bool "Support infiniband HW"
150 default y
151 help
152 Support for printing infiniband addresses in
153 network applets.
147endmenu 154endmenu