The extra MAKE_ARGS were no longer taken into account resulting in
erros. Also more path fixes and some longline splitting.
Signed-off-by: Paul Spooren <mail@aparcar.org>
Applied Daniel Golle's patch from
https://github.com/bmx-routing/bmx7/pull/35 to "rename some list stuff
to avoid namespace collision with libubox."
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
This is a very basic cleanup, several packages needs more work
but this at least drops git for https and removes the use of
PKG_MD5SUM and some minor fixes.
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* Fix memory leaks 300522 and 300520 due to changed interface status and increased nlmsg size
* Fix physical channel detection: https://github.com/bmx-routing/bmx7/issues/19
* Enable DEBUG_MALLOC and CORE_LIMIT=20000 by default
Sysupgrade currently leads to a loss of the content of /etc/bmx7 which
contains the secret keys. After the reboot the device creates new IPs
leading to a new "identity" aka ID, shortID and IPv6 changes.
Using procd allows better control and monitoring of the bmx7 process.
Keep polling for mac80211.sh process for now until we find a better
way to make sure that wireless configuration has been generated before
starting bmx7.
Setting maximum core size to 20000 looks dangerous on small devices,
but keep it as it was before, we shall discuss this separately.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* 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)
* crypt: Fix broken MBEDTLS_THREADING_C support due to missing rsa_init()
* Common.mk: remove unneeded linker dependency -lmbedtls
* bmx ip link prof: fix several potential sprintf() buffer overwrites
* bmx desc json node: muting sys-level debug messages
* Fix json-descriptions files
* json: dump json originators file with relevance 2, do not remove descriptions due to deleted routes
* json: change default json files update interval to a minute
* bmx: fixing origs/keys_status_creator() with given key_node data
* json: fixing /var/run/originators/... and cleanup
* json: set json jshow default relevance to 1 (medium)
* Cleanup and simplify status memory usage report
* tun: --tunOutDelay=100 delay catched and rescheduled tunnel packets for us to complete proper dedicated tunnel setup