bmx7: bump version
authorAxel Neumann <neumann@cgws.de>
Sun, 4 Mar 2018 21:12:34 +0000 (22:12 +0100)
committerAxel Neumann <neumann@cgws.de>
Sun, 4 Mar 2018 21:12:34 +0000 (22:12 +0100)
 * 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)

bmx7/Makefile

index cd59e4700e3b1866300341e86d65232def60b9a7..7fe917306213c8cdfda43dcbc2cc493cb6b97fa6 100644 (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)