From: Axel Neumann Date: Sun, 4 Mar 2018 21:12:34 +0000 (+0100) Subject: bmx7: bump version X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=3aaa772ef520e5e02ddd6a3eecf67a81fad726f5;p=feed%2Frouting.git bmx7: bump version * Sort links by name * Allow configuring invalid --pathLq1Threshold (due to configReload problem) and fix it in description * Introduce --linkThroughputEfficiency=0 (70) and cleanup metric algos * Update expectedThroughput only if estimation exists * Calculate and use average expected throughput instead of fluctuating current value * Rename wireless expected throughput variables * Align ordering of link_status struct and field_format * Fix: Interpret expected TP as Kbps * Fix txRateExpected typos * Add expected throughput as reported by minstrel(_ht) --- diff --git a/bmx7/Makefile b/bmx7/Makefile index cd59e47..7fe9173 100644 --- a/bmx7/Makefile +++ b/bmx7/Makefile @@ -30,10 +30,11 @@ PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=git://github.com/bmx-routing/bmx7.git #PKG_SOURCE_URL:=file:///usr/src/bmx-routing/bmx7.git -PKG_REV:=58b3823262512a48f5174e6778b2368c55bd05d9 -PKG_MIRROR_HASH:=ea10f4c7caaef366cf654f315b12409c3da1f34fc3e09f5eb19ffbd60f54cb88 -PKG_VERSION:=r2018021802 -PKG_RELEASE:=5 + +PKG_REV:=210f1e3b880d957921dc253792eb228cdfa6100b +PKG_MIRROR_HASH:=44d983336f51dcfe4ca4adf2a4977a95868d69de0e67d4720f24186d74643215 +PKG_VERSION:=r2018030407 +PKG_RELEASE:=1 PKG_LICENSE:=GPL-2.0 PKG_SOURCE_VERSION:=$(PKG_REV)