mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
busybox: 1.17.3 iproute fix
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
13
package/busybox/busybox-1.17.3/busybox-1.17.3-iproute.patch
Normal file
13
package/busybox/busybox-1.17.3/busybox-1.17.3-iproute.patch
Normal file
@@ -0,0 +1,13 @@
|
||||
diff -urpN busybox-1.17.3/networking/libiproute/iproute.c busybox-1.17.3-iproute/networking/libiproute/iproute.c
|
||||
--- busybox-1.17.3/networking/libiproute/iproute.c 2010-10-09 21:57:14.000000000 +0200
|
||||
+++ busybox-1.17.3-iproute/networking/libiproute/iproute.c 2010-11-04 09:13:06.307919550 +0100
|
||||
@@ -791,8 +791,8 @@ static int iproute_get(char **argv)
|
||||
}
|
||||
req.r.rtm_dst_len = addr.bitlen;
|
||||
}
|
||||
- argv++;
|
||||
}
|
||||
+ argv++;
|
||||
}
|
||||
|
||||
if (req.r.rtm_dst_len == 0) {
|
||||
Reference in New Issue
Block a user