aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/iproute2/patches/300-ip_tiny.patch
diff options
context:
space:
mode:
authorSteven Barth <cyrus@openwrt.org>2014-06-17 12:43:30 +0000
committerSteven Barth <cyrus@openwrt.org>2014-06-17 12:43:30 +0000
commit1e989206f4fad18d2deccf82e99e2edc4d9fee69 (patch)
tree4f67830f3b6c79b0d07af5bf6dbc8a07d7f8718c /package/network/utils/iproute2/patches/300-ip_tiny.patch
parentc8b4058bf3fd9047fb78a0b8c425a66ca56ecf39 (diff)
downloadupstream-1e989206f4fad18d2deccf82e99e2edc4d9fee69.tar.gz
upstream-1e989206f4fad18d2deccf82e99e2edc4d9fee69.tar.bz2
upstream-1e989206f4fad18d2deccf82e99e2edc4d9fee69.zip
iproute2: update version to 3.15.0, refresh patches, add maintainer
Signed-off-by: Russell Senior <russell@personaltelco.net> SVN-Revision: 41227
Diffstat (limited to 'package/network/utils/iproute2/patches/300-ip_tiny.patch')
-rw-r--r--package/network/utils/iproute2/patches/300-ip_tiny.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/utils/iproute2/patches/300-ip_tiny.patch b/package/network/utils/iproute2/patches/300-ip_tiny.patch
index 43afb9c848..5b0d56c114 100644
--- a/package/network/utils/iproute2/patches/300-ip_tiny.patch
+++ b/package/network/utils/iproute2/patches/300-ip_tiny.patch
@@ -14,7 +14,7 @@
ALLOBJ=$(IPOBJ) $(RTMONOBJ)
SCRIPTS=ifcfg rtpr routel routef
TARGETS=ip rtmon
-@@ -43,7 +50,7 @@ else
+@@ -42,7 +49,7 @@ else
ip: static-syms.o
static-syms.o: static-syms.h
@@ -28,7 +28,7 @@
@@ -66,29 +66,41 @@ static const struct cmd {
int (*func)(int argc, char **argv);
} cmds[] = {
- { "address", do_ipaddr },
+ { "address", do_ipaddr },
+#ifndef IPROUTE2_TINY
{ "addrlabel", do_ipaddrlabel },
+#endif