diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-12-26 08:25:23 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-12-26 08:27:59 +0100 |
commit | c7b399cc18e00007e02077500f590ccdd9b6bdc2 (patch) | |
tree | 2d77361a17dc29df52592bf367684783d5305c51 /package/iproute2/patches/patch-ip_iplink_can_c | |
parent | 1aa6b322192aca7dae7a45fd2442b438db2f20cc (diff) |
iproute2: update to 4.9.0
Diffstat (limited to 'package/iproute2/patches/patch-ip_iplink_can_c')
-rw-r--r-- | package/iproute2/patches/patch-ip_iplink_can_c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/iproute2/patches/patch-ip_iplink_can_c b/package/iproute2/patches/patch-ip_iplink_can_c index 6201f070f..491987005 100644 --- a/package/iproute2/patches/patch-ip_iplink_can_c +++ b/package/iproute2/patches/patch-ip_iplink_can_c @@ -1,6 +1,6 @@ ---- iproute2-4.1.0.orig/ip/iplink_can.c 2015-06-26 21:28:25.000000000 +0200 -+++ iproute2-4.1.0/ip/iplink_can.c 2015-06-29 08:45:24.000000000 +0200 -@@ -123,7 +123,7 @@ static int can_parse_opt(struct link_uti +--- iproute2-4.9.0.orig/ip/iplink_can.c 2016-12-13 00:07:42.000000000 +0100 ++++ iproute2-4.9.0/ip/iplink_can.c 2016-12-26 01:27:39.734025890 +0100 +@@ -119,7 +119,7 @@ static int can_parse_opt(struct link_uti if (get_u32(&bt.bitrate, *argv, 0)) invarg("invalid \"bitrate\" value\n", *argv); } else if (matches(*argv, "sample-point") == 0) { |