summaryrefslogtreecommitdiff
path: root/openwrt
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-04-25 23:58:48 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-04-25 23:58:48 +0000
commitb1a529a6cc5f9c3d4c8fbea8a0a34d6e2291d55b (patch)
tree509b73477b936b4d97df9b32902223c064e9c6cb /openwrt
parenta2e245092daa092b33aa95ceb38d5872469c36a5 (diff)
downloadmtk-20170518-b1a529a6cc5f9c3d4c8fbea8a0a34d6e2291d55b.zip
mtk-20170518-b1a529a6cc5f9c3d4c8fbea8a0a34d6e2291d55b.tar.gz
mtk-20170518-b1a529a6cc5f9c3d4c8fbea8a0a34d6e2291d55b.tar.bz2
fix busybox applet lookup (thanks, Stefan Weil)
SVN-Revision: 3706
Diffstat (limited to 'openwrt')
-rw-r--r--openwrt/package/busybox/patches/300-netmsg.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/busybox/patches/300-netmsg.patch b/openwrt/package/busybox/patches/300-netmsg.patch
index efc4c33..ef6c0f4 100644
--- a/openwrt/package/busybox/patches/300-netmsg.patch
+++ b/openwrt/package/busybox/patches/300-netmsg.patch
@@ -5,7 +5,7 @@ diff -Nur busybox-1.1.1/include/applets.h busybox-1.1.1-owrt/include/applets.h
USE_MV(APPLET(mv, mv_main, _BB_DIR_BIN, _BB_SUID_NEVER))
USE_NAMEIF(APPLET(nameif, nameif_main, _BB_DIR_SBIN, _BB_SUID_NEVER))
USE_NC(APPLET(nc, nc_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER))
-+USE_NETMSG(APPLET_NOUSAGE("netmsg", netmsg_main, _BB_DIR_BIN, _BB_SUID_ALWAYS))
++USE_NETMSG(APPLET_NOUSAGE(netmsg, netmsg_main, _BB_DIR_BIN, _BB_SUID_ALWAYS))
USE_NETSTAT(APPLET(netstat, netstat_main, _BB_DIR_BIN, _BB_SUID_NEVER))
USE_NICE(APPLET(nice, nice_main, _BB_DIR_BIN, _BB_SUID_NEVER))
USE_NOHUP(APPLET(nohup, nohup_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER))