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:
@@ -1,5 +1,5 @@
|
||||
set_preinit_iface() {
|
||||
ifconfig eth0 up
|
||||
ip link set eth0 up
|
||||
ifname=lan1
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user