summaryrefslogtreecommitdiffstats
path: root/package/busybox/patches/300-netmsg.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2009-02-21 15:07:45 +0000
committerHauke Mehrtens <hauke@hauke-m.de>2009-02-21 15:07:45 +0000
commit701d71984cd2ae8ddabb45ca57a871fdb4a94df3 (patch)
tree799f7389b8981f2da6bfba2b3296b5faef3e360b /package/busybox/patches/300-netmsg.patch
parent3849a57cd7cb47e30a506222779916eebdbb28fb (diff)
downloadmaster-31e0f0ae-701d71984cd2ae8ddabb45ca57a871fdb4a94df3.tar.gz
master-31e0f0ae-701d71984cd2ae8ddabb45ca57a871fdb4a94df3.tar.bz2
master-31e0f0ae-701d71984cd2ae8ddabb45ca57a871fdb4a94df3.zip
busybox: refresh busybox patches
SVN-Revision: 14590
Diffstat (limited to 'package/busybox/patches/300-netmsg.patch')
-rw-r--r--package/busybox/patches/300-netmsg.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/busybox/patches/300-netmsg.patch b/package/busybox/patches/300-netmsg.patch
index d2372d0505..01c290f598 100644
--- a/package/busybox/patches/300-netmsg.patch
+++ b/package/busybox/patches/300-netmsg.patch
@@ -1,6 +1,6 @@
--- a/include/applets.h
+++ b/include/applets.h
-@@ -257,6 +257,7 @@
+@@ -257,6 +257,7 @@ USE_MT(APPLET(mt, _BB_DIR_BIN, _BB_SUID_
USE_MV(APPLET(mv, _BB_DIR_BIN, _BB_SUID_NEVER))
USE_NAMEIF(APPLET(nameif, _BB_DIR_SBIN, _BB_SUID_NEVER))
USE_NC(APPLET(nc, _BB_DIR_USR_BIN, _BB_SUID_NEVER))
@@ -22,7 +22,7 @@
#define netstat_full_usage "\n\n" \
--- a/networking/Config.in
+++ b/networking/Config.in
-@@ -602,6 +602,12 @@
+@@ -602,6 +602,12 @@ config NC
A simple Unix utility which reads and writes data across network
connections.
@@ -37,7 +37,7 @@
default n
--- a/networking/Kbuild
+++ b/networking/Kbuild
-@@ -24,6 +24,7 @@
+@@ -24,6 +24,7 @@ lib-$(CONFIG_IP) += ip.o
lib-$(CONFIG_IPCALC) += ipcalc.o
lib-$(CONFIG_NAMEIF) += nameif.o
lib-$(CONFIG_NC) += nc.o