Skip to content
Snippets Groups Projects
Commit 9dd2d995 authored by Mathias Kresin's avatar Mathias Kresin
Browse files

lantiq: add missing default lan interface


With removing the boards from the the default case to fix the xDSL WAN
MAC-Address, the setting for the default LAN interface wasn't added.

Fixes: 92a12c43 ("lantiq: fix avm fritz box mac addresses")

Signed-off-by: default avatarMathias Kresin <dev@kresin.me>
parent 5df1f411
No related branches found
No related tags found
No related merge requests found
...@@ -117,10 +117,12 @@ EASY80920NAND|EASY80920NOR) ...@@ -117,10 +117,12 @@ EASY80920NAND|EASY80920NOR)
FRITZ3370) FRITZ3370)
wan_mac=$(macaddr_add "$(mtd_get_mac_binary urlader 2439)" 1) wan_mac=$(macaddr_add "$(mtd_get_mac_binary urlader 2439)" 1)
ucidef_set_interface_lan 'eth0'
;; ;;
FRITZ7320) FRITZ7320)
wan_mac=$(macaddr_add "$(mtd_get_mac_binary urlader 2705)" 1) wan_mac=$(macaddr_add "$(mtd_get_mac_binary urlader 2705)" 1)
ucidef_set_interface_lan 'eth0'
;; ;;
FRITZ7360SL) FRITZ7360SL)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment