diff options
author | Mathias Kresin <dev@kresin.me> | 2017-10-25 08:32:00 +0200 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2017-10-25 08:45:53 +0200 |
commit | ee6fa8d8396922a3cfda58f5ee56a6efe67ccf80 (patch) | |
tree | c3a948aa6f53a52741913b189ad973ab12d5cfe4 /target/linux/lantiq | |
parent | 2bee675d33f57ca7b995e848d3aca987013ee2ae (diff) | |
download | mtk-20170518-ee6fa8d8396922a3cfda58f5ee56a6efe67ccf80.zip mtk-20170518-ee6fa8d8396922a3cfda58f5ee56a6efe67ccf80.tar.gz mtk-20170518-ee6fa8d8396922a3cfda58f5ee56a6efe67ccf80.tar.bz2 |
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')
-rwxr-xr-x | target/linux/lantiq/base-files/etc/board.d/02_network | 2 |
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 058fbd5..de55be8 100755 --- a/target/linux/lantiq/base-files/etc/board.d/02_network +++ b/target/linux/lantiq/base-files/etc/board.d/02_network @@ -95,10 +95,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) |