aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/base-files
diff options
context:
space:
mode:
authorMathias Kresin <dev@kresin.me>2017-10-25 08:32:00 +0200
committerMathias Kresin <dev@kresin.me>2017-10-25 08:32:00 +0200
commit9dd2d99525a588a66cfb0fd00ac8f3d62130bfca (patch)
treeec8a2a5ee5b702e79245e29377596f220f4022d4 /target/linux/lantiq/base-files
parent5df1f4113bd89542a804308d5890823876878918 (diff)
downloadupstream-9dd2d99525a588a66cfb0fd00ac8f3d62130bfca.tar.gz
upstream-9dd2d99525a588a66cfb0fd00ac8f3d62130bfca.tar.bz2
upstream-9dd2d99525a588a66cfb0fd00ac8f3d62130bfca.zip
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: 92a12c434ca3 ("lantiq: fix avm fritz box mac addresses") Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target/linux/lantiq/base-files')
-rwxr-xr-xtarget/linux/lantiq/base-files/etc/board.d/02_network2
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/lantiq/base-files/etc/board.d/02_network b/target/linux/lantiq/base-files/etc/board.d/02_network
index bc5c410e65..f78ef2fd36 100755
--- a/target/linux/lantiq/base-files/etc/board.d/02_network
+++ b/target/linux/lantiq/base-files/etc/board.d/02_network
@@ -117,10 +117,12 @@ EASY80920NAND|EASY80920NOR)
FRITZ3370)
wan_mac=$(macaddr_add "$(mtd_get_mac_binary urlader 2439)" 1)
+ ucidef_set_interface_lan 'eth0'
;;
FRITZ7320)
wan_mac=$(macaddr_add "$(mtd_get_mac_binary urlader 2705)" 1)
+ ucidef_set_interface_lan 'eth0'
;;
FRITZ7360SL)