iproute2: update version to 3.15.0, refresh patches, add maintainer
[openwrt/staging/chunkeey.git] / package / network / utils / iproute2 / patches / 300-ip_tiny.patch
index 43afb9c848fb92980c1e2d8ff81f969987edc0b8..5b0d56c114ef054db10eb62add1761fe93331fac 100644 (file)
@@ -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