From f3b778a4dcfe49dbb294365e7f026674a91f9a32 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Fri, 16 May 2008 16:10:31 +0000 Subject: - fix bug where we incorrectly rejected ifconfig eth0 hw ether $whatever - add support for printing ipoib to ifconfig --- libbb/Config.in | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'libbb') diff --git a/libbb/Config.in b/libbb/Config.in index 842dd1f..5bf0d2e 100644 --- a/libbb/Config.in +++ b/libbb/Config.in @@ -144,4 +144,11 @@ config IOCTL_HEX2STR_ERROR Use ioctl names rather than hex values in error messages (e.g. VT_DISALLOCATE rather than 0x5608). If disabled this saves about 1400 bytes. + +config FEATURE_HWIB + bool "Support infiniband HW" + default y + help + Support for printing infiniband addresses in + network applets. endmenu -- cgit v1.1