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)
This commit is contained in:
Axel Neumann 2018-03-04 22:12:34 +01:00
parent 28db3cc997
commit 3aaa772ef5
1 changed files with 5 additions and 4 deletions

View File

@ -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)