* Update buildroot 2020.02.01 Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch> * Fix LN * Fix wpa Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch> * Fix lint Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch> * fix-network Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch> * Fix script Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch>
11 lines
363 B
Plaintext
11 lines
363 B
Plaintext
config BR2_PACKAGE_IFMETRIC
|
|
bool "ifmetric"
|
|
help
|
|
Ifmetric is a Linux tool for setting the metrics of all IPv4
|
|
routes attached to a given network interface at once. This
|
|
may be used to change the priority of routing IPv4 traffic
|
|
over the interface. Lower metrics correlate with higher
|
|
priorities.
|
|
|
|
http://0pointer.de/lennart/projects/ifmetric/
|