diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-05-16 16:10:31 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-05-16 16:10:31 +0000 |
commit | f3b778a4dcfe49dbb294365e7f026674a91f9a32 (patch) | |
tree | d68b08af40a70399b5027949541d1f08696d4925 /scripts | |
parent | 825968f92c603357e2e1e1d73c3ec26d89004381 (diff) | |
download | busybox-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 'scripts')
-rw-r--r-- | scripts/defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/defconfig b/scripts/defconfig index 007c7609b..93b71667a 100644 --- a/scripts/defconfig +++ b/scripts/defconfig | |||
@@ -86,6 +86,7 @@ CONFIG_FEATURE_TAB_COMPLETION=y | |||
86 | CONFIG_FEATURE_COPYBUF_KB=4 | 86 | CONFIG_FEATURE_COPYBUF_KB=4 |
87 | # CONFIG_MONOTONIC_SYSCALL is not set | 87 | # CONFIG_MONOTONIC_SYSCALL is not set |
88 | CONFIG_IOCTL_HEX2STR_ERROR=y | 88 | CONFIG_IOCTL_HEX2STR_ERROR=y |
89 | CONFIG_FEATURE_HWIB=y | ||
89 | 90 | ||
90 | # | 91 | # |
91 | # Applets | 92 | # Applets |