diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2008-06-07 07:46:01 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2008-06-07 07:46:01 +0000 |
commit | 68cd7d62ca63111e38da7ea3d8d8886f40c2a2e5 (patch) | |
tree | bb0e4954bb90b3a1cf8d6837340327017197706e /package/busybox/busybox-1.10.2-ip.patch | |
parent | 197ab1cef220e7beedccdc1ae9f195e0ceaaf538 (diff) |
busybox 1.10.x: bump version
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) { |