diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-01-11 00:41:50 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-01-11 00:41:50 +0000 |
commit | 07ad6f19ca623a27cb97dde251307cd3a6e5687e (patch) | |
tree | f7ea8f6b901a692cfcd15184dba93691b626bdc8 /openwrt/package/busybox/config | |
parent | 32a39c87dabcd1c7714abd19fa6aaddec95f1e76 (diff) |
add small 'netmsg' utility to send udp broadcast messages
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2893 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/busybox/config')
-rw-r--r-- | openwrt/package/busybox/config/networking/Config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/openwrt/package/busybox/config/networking/Config.in b/openwrt/package/busybox/config/networking/Config.in index 3699db9fc..996afb447 100644 --- a/openwrt/package/busybox/config/networking/Config.in +++ b/openwrt/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" |