armbian-build/packages/bsp/common
Uglymotha af90b3237e
Fix armbianmonitor -n for vlan interfaces (#2594)
Currently armbianmonitor -n does not detect vlan interfaces correctly.
This is because of an incorrect egrep -o which filters out the parent interface name:
network interface: 100
instead of
network interface: eth0.100

Cascading into:
armbianmonitor: line 1095: eth0. - 0 : syntax error: invalid arithmetic operator (error token is ". - 0 ")

Fixed by changing the egrep logic to filter out the last field of route -n output.

Also fixes a timer issue by moving the timer start to after the interface selection.
time controller adjustment: -2.43
/usr/bin/armbianmonitor: line 1128: read: -2.43: invalid timeout specification
2021-02-03 20:19:08 +01:00
..
etc Read distro data from our files, not from generic locations which might be changed (#2597) 2021-02-01 08:39:54 +01:00
lib Bugfix - Change systemd timer to start counting from when it starts 2021-01-26 09:14:05 +01:00
usr Fix armbianmonitor -n for vlan interfaces (#2594) 2021-02-03 20:19:08 +01:00
var/lib/polkit-1/localauthority/50-local.d Adding printing support to Desktop image, 881x driver to Rockchip NEXT, hide few items in applications menu 2017-11-30 07:29:36 +01:00