busybox: update to version 1.25.0
[openwrt/staging/rmilecki.git] / package / utils / busybox / patches / 020-networking-libiproute-fix-displaying-route-table-for.patch
index 60027c48ab8bfa33268098133e2c01accd5284d3..68754dee783e09b9dab33a2fbe6a928f090979c2 100644 (file)
@@ -10,7 +10,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name>
 
 --- a/networking/libiproute/iprule.c
 +++ b/networking/libiproute/iprule.c
-@@ -119,7 +119,9 @@ static int FAST_FUNC print_rule(const st
+@@ -114,7 +114,9 @@ static int FAST_FUNC print_rule(const st
                printf("iif %s ", (char*)RTA_DATA(tb[RTA_IIF]));
        }