diff options
author | Bernhard Reutner-Fischer | 2008-01-13 15:23:27 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer | 2008-01-13 15:23:27 +0000 |
commit | d27d925a6d83a2831ccccb48ca24cd77768cde1a (patch) | |
tree | 4627274950722fccd8b5e583314c7c0d9482a88f /networking/Config.in | |
parent | 481ce92bdffe1d5b6f8e3c9814cf2b62ca817c91 (diff) | |
download | busybox-d27d925a6d83a2831ccccb48ca24cd77768cde1a.zip busybox-d27d925a6d83a2831ccccb48ca24cd77768cde1a.tar.gz |
- new applet brctl
text data bss dec hex filename
289 20 0 309 135 networking/brctl.o
335 23 0 358 166 networking/brctl-verbose-ops.o
Diffstat (limited to 'networking/Config.in')
-rw-r--r-- | networking/Config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/networking/Config.in b/networking/Config.in index 5a76604..83579bc 100644 --- a/networking/Config.in +++ b/networking/Config.in @@ -47,6 +47,12 @@ config ARPING help Ping hosts by ARP packets. +config BRCTL + bool "brctl" + default n + help + Manage ethernet bridges. + config DNSD bool "dnsd" default n |