diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-10-05 00:27:49 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-10-05 00:27:49 +0000 |
commit | f6327aee6385ead5f58362516cfc2032e4208b55 (patch) | |
tree | 4d2e182e425873bcf891efcd1b3af569a158bedc /package/busybox/config/ipsvd | |
parent | 7d70e0ec58f7124bb4bc6cceadeffab92007e522 (diff) | |
download | upstream-f6327aee6385ead5f58362516cfc2032e4208b55.tar.gz upstream-f6327aee6385ead5f58362516cfc2032e4208b55.tar.bz2 upstream-f6327aee6385ead5f58362516cfc2032e4208b55.zip |
Upgrade busybox to 1.7.2
- clean up insmod crap
- add some lineno/programname fixes for awx
- clean up awk getopt stuff
- remove unnecessary patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9130 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/busybox/config/ipsvd')
-rw-r--r-- | package/busybox/config/ipsvd/Config.in | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/package/busybox/config/ipsvd/Config.in b/package/busybox/config/ipsvd/Config.in new file mode 100644 index 0000000000..d163ade492 --- /dev/null +++ b/package/busybox/config/ipsvd/Config.in @@ -0,0 +1,20 @@ +# +# For a description of the syntax of this configuration file, +# see scripts/kbuild/config-language.txt. +# + +menu "ipsvd utilities" + +config BUSYBOX_CONFIG_TCPSVD + bool "tcpsvd" + default n + help + tcpsvd listens on a tcp port and runs a program for each new connection + +config BUSYBOX_CONFIG_UDPSVD + bool "udpsvd" + default n + help + udpsvd listens on a udp port and runs a program for each new connection + +endmenu |