diff options
author | Denis Vlasenko | 2007-06-20 15:23:03 +0000 |
---|---|---|
committer | Denis Vlasenko | 2007-06-20 15:23:03 +0000 |
commit | 14923db72fe6e97d9c596236841a9eb6338231db (patch) | |
tree | ad221dd5c71bb7eec7788c86af30ba4c933d9cc2 /networking/Config.in | |
parent | cd0e80ce902f6e79b31888af4ff4545846ce1c0e (diff) | |
download | busybox-14923db72fe6e97d9c596236841a9eb6338231db.zip busybox-14923db72fe6e97d9c596236841a9eb6338231db.tar.gz |
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 13ad13f..77b5d25 100644 --- a/networking/Config.in +++ b/networking/Config.in @@ -548,6 +548,12 @@ config ROUTE help Route displays or manipulates the kernel's IP routing tables. +config SLATTACH + bool "slattach" + default n + help + slattach is a small utility to attach network interfaces to serial lines. + config TELNET bool "telnet" default n |