* armbian-config-Set-CPU-speed-and-governor-fix-and-warning
A change in lib/functions/rootfs/distro-agnostic.sh disables cpufrequtils by default.
Armbian-config CPU - Set CPU speed and governor requires cpufrequtils to be enabled in order to work.
Cpufrequtils is deprecated and troublesome on some boards but is still used and wanted by forum members.
This change will add 'Deprecated' to the armbian-config menu item label and modify the associated job script to allow cpufrequtils to be enabled with a warning.
* armbian-config-Set-CPU-speed-and-governor-fix-truncated-text
Fix truncated text
* armbian-config-Set-CPU-speed-and-governor-wording-toggle-set
alive_port() used `netstat` to determine if a port is active prior to
installing the software using that port, but `netstat` is no longer
installed by default in Armbian. This fix uses its replacement,
ss (socket statistics).
Tested on Orange Pi PC+ 2E.
Co-authored-by: Jim Gregory <jim@pedalpc.com>
line, adding a first overlay will fail because the script matches the
"user_overlays" but after that will fail to append to the non existing line.
The grep has to match the begin of line "^overlay" to avoid ambiguity.
Co-authored-by: Billy Everyteen <me@here.com>