target: replace remaining occurrences of ifconfig with ip

ifconfig is effectively deprecated for quite some time now. Let's
replace the remaining occurrences for our target setup by the
corresponding ip commands now.

Note that this does not touch ar71xx, as it will be dropped anyway,
and changing it would only make backports harder.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
This commit is contained in:
Adrian Schmutzler
2020-07-30 17:25:20 +02:00
parent 1d9542c50e
commit 356866c481
5 changed files with 9 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
set_preinit_iface() {
ifconfig eth0 up
ip link set eth0 up
ifname=lan1
}