diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-01-11 00:41:50 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-01-11 00:41:50 +0000 |
commit | a766671132d019223c785dcc4274fb3ecb24c432 (patch) | |
tree | 9667c46960a4f8f207c12d6494baa272d03646c3 /package/busybox/config/networking | |
parent | 6d55968ceb086e1d9a224d6c61dcd185d7f56671 (diff) | |
download | upstream-a766671132d019223c785dcc4274fb3ecb24c432.tar.gz upstream-a766671132d019223c785dcc4274fb3ecb24c432.tar.bz2 upstream-a766671132d019223c785dcc4274fb3ecb24c432.zip |
add small 'netmsg' utility to send udp broadcast messages
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2893 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/busybox/config/networking')
-rw-r--r-- | package/busybox/config/networking/Config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/package/busybox/config/networking/Config.in b/package/busybox/config/networking/Config.in index 3699db9fc2..996afb4473 100644 --- a/package/busybox/config/networking/Config.in +++ b/package/busybox/config/networking/Config.in @@ -414,6 +414,12 @@ config BUSYBOX_CONFIG_NC help A simple Unix utility which reads and writes data across network connections. + +config BUSYBOX_CONFIG_NETMSG + bool "netmsg" + default y + help + simple program for sending udp broadcast messages config BUSYBOX_CONFIG_NETSTAT bool "netstat" |