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, 0 insertions, 11 deletions
diff --git a/package/busybox/busybox-1.10.2-ip.patch b/package/busybox/busybox-1.10.2-ip.patch deleted file mode 100644 index ad5569a1f..000000000 --- a/package/busybox/busybox-1.10.2-ip.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- 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) { |