lantiq: fix network in failsafe
So far the network in failsafe is setup only for one board. Use the eth0 interface as lan interface for all boards for now. If a board has its lan interface(s) on another eth, a special handling based on the board name can be added. Signed-off-by: Mathias Kresin <dev@kresin.me>
This commit is contained in:
parent
acd41539d6
commit
f080cfab72
1 changed files with 1 additions and 9 deletions
|
@ -3,15 +3,7 @@
|
||||||
. /lib/functions/lantiq.sh
|
. /lib/functions/lantiq.sh
|
||||||
|
|
||||||
set_preinit_iface() {
|
set_preinit_iface() {
|
||||||
|
ifname=eth0
|
||||||
board=$(lantiq_board_name)
|
|
||||||
|
|
||||||
case "$board" in
|
|
||||||
TDW8970)
|
|
||||||
ifname=eth0
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
boot_hook_add preinit_main set_preinit_iface
|
boot_hook_add preinit_main set_preinit_iface
|
||||||
|
|
Loading…
Reference in a new issue