diff options
author | Cristian Iorga <cristian.iorga@intel.com> | 2014-06-23 16:18:44 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-06-24 19:53:01 +0100 |
commit | 873bdf8ba578aa91f29cd19e9b235e81f09e156c (patch) | |
tree | 53687ee5920b23b6352e6c27c800fe84387fa8e3 /meta/recipes-connectivity | |
parent | 36d6985faf76b1228d4dafb5bf994b00004d1d77 (diff) | |
download | openembedded-core-873bdf8ba578aa91f29cd19e9b235e81f09e156c.tar.gz openembedded-core-873bdf8ba578aa91f29cd19e9b235e81f09e156c.tar.bz2 openembedded-core-873bdf8ba578aa91f29cd19e9b235e81f09e156c.zip |
iproute2: upgrade to 3.15.0
The main new features are:
* ss gets more attention
* Support for HHF qdisc
* Updates to bridge command
* Lots of vxlan related changes
* Lots of little corrections and build fixes.
Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity')
-rw-r--r-- | meta/recipes-connectivity/iproute2/iproute2_3.15.0.bb (renamed from meta/recipes-connectivity/iproute2/iproute2_3.14.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-connectivity/iproute2/iproute2_3.14.0.bb b/meta/recipes-connectivity/iproute2/iproute2_3.15.0.bb index ed40648f28..7cf9115b9c 100644 --- a/meta/recipes-connectivity/iproute2/iproute2_3.14.0.bb +++ b/meta/recipes-connectivity/iproute2/iproute2_3.15.0.bb @@ -4,8 +4,8 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/utils/net/${BPN}/${BP}.tar.xz \ file://configure-cross.patch \ file://0001-iproute2-de-bash-scripts.patch \ " -SRC_URI[md5sum] = "bd9d7567bbb987c88120669f5e1a1092" -SRC_URI[sha256sum] = "bda38951c49f89ffc2e2fe85579ce616337b5d3a2f0319921fd071c838356bd4" +SRC_URI[md5sum] = "5b1711c9d16071959052e369a2682d77" +SRC_URI[sha256sum] = "5359ed1f31839d8542a057c0c4233131ab9c28d8c41fc9c8484579d9c0b99af4" # CFLAGS are computed in Makefile and reference CCOPTS # |