diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-06-20 15:23:03 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-06-20 15:23:03 +0000 |
commit | 14923db72fe6e97d9c596236841a9eb6338231db (patch) | |
tree | ad221dd5c71bb7eec7788c86af30ba4c933d9cc2 /networking/Config.in | |
parent | cd0e80ce902f6e79b31888af4ff4545846ce1c0e (diff) | |
download | busybox-w32-14923db72fe6e97d9c596236841a9eb6338231db.tar.gz busybox-w32-14923db72fe6e97d9c596236841a9eb6338231db.tar.bz2 busybox-w32-14923db72fe6e97d9c596236841a9eb6338231db.zip |
slattach: new applet.
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 13ad13f9a..77b5d2558 100644 --- a/networking/Config.in +++ b/networking/Config.in | |||
@@ -548,6 +548,12 @@ config ROUTE | |||
548 | help | 548 | help |
549 | Route displays or manipulates the kernel's IP routing tables. | 549 | Route displays or manipulates the kernel's IP routing tables. |
550 | 550 | ||
551 | config SLATTACH | ||
552 | bool "slattach" | ||
553 | default n | ||
554 | help | ||
555 | slattach is a small utility to attach network interfaces to serial lines. | ||
556 | |||
551 | config TELNET | 557 | config TELNET |
552 | bool "telnet" | 558 | bool "telnet" |
553 | default n | 559 | default n |