diff options
Diffstat (limited to 'package/busybox/busybox-1.10.2-ip.patch')
-rw-r--r-- | package/busybox/busybox-1.10.2-ip.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/busybox/busybox-1.10.2-ip.patch b/package/busybox/busybox-1.10.2-ip.patch new file mode 100644 index 000000000..ad5569a1f --- /dev/null +++ b/package/busybox/busybox-1.10.2-ip.patch @@ -0,0 +1,11 @@ +--- busybox-1.10.2/networking/libiproute/ip_parse_common_args.c Sat Apr 19 05:50:26 2008 ++++ busybox-1.10.2-ip/networking/libiproute/ip_parse_common_args.c Sat May 31 09:32:09 2008 +@@ -54,7 +54,7 @@ + break; + } + } +- arg = index_in_strings(ip_common_commands, opt); ++ arg = index_in_substrings(ip_common_commands, opt); + if (arg < 0) + bb_show_usage(); + if (arg == ARG_oneline) { |