Florian Eckert 8767ba8698 base-files: add the possibility to set sysctl via uci
With this change, sysctl parameters can be set via the uci. The
following unamed section musst be set in '/etc/config/sysctl'.

config sysctl
	option enable '1'
	option section 'net.ipv4.fib_multipath_hash_policy'
	option value '2'

If the unamed section gets disabled, then the default value gets set,
that was saved during boot.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2024-05-17 10:58:45 +02:00
..
2024-05-10 00:11:10 +02:00
2024-05-07 12:50:27 +02:00