diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-26 15:41:17 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-26 15:41:17 +0200 |
commit | 8711c3221628bf17ecbdb66c1d929cd0b371e36e (patch) | |
tree | 12818f8918a7dfc6358aa95ba6ff0e950d5cb805 /package/busybox/config/networking | |
parent | 907facdee704c971201748963daec423a0be6c76 (diff) |
add support for wlan and bluetooth on cubox, only wlan verified and working
Diffstat (limited to 'package/busybox/config/networking')
-rw-r--r-- | package/busybox/config/networking/Config.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package/busybox/config/networking/Config.in b/package/busybox/config/networking/Config.in index fa5a7cd47..21628221f 100644 --- a/package/busybox/config/networking/Config.in +++ b/package/busybox/config/networking/Config.in @@ -35,11 +35,13 @@ config BUSYBOX_FEATURE_NAMEIF_EXTENDED new_interface_name phy_address=2 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 BUSYBOX_NBDCLIENT bool "nbd-client" default n help Network block device client + config BUSYBOX_NC bool "nc" default y @@ -72,6 +74,7 @@ config BUSYBOX_NC_110_COMPAT The code is about 2.5k bigger. It enables -s ADDR, -n, -u, -v, -o FILE, -z options, but loses busybox-specific extensions: -f FILE and -ll. + config BUSYBOX_PING bool "ping" default y @@ -94,6 +97,7 @@ config BUSYBOX_FEATURE_FANCY_PING help Make the output from the ping applet include statistics, and at the same time provide full support for ICMP packets. + config BUSYBOX_WHOIS bool "whois" default y |