summaryrefslogtreecommitdiff
path: root/target/linux/lantiq/base-files/etc
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2014-08-18 13:08:56 +0000
committerJohn Crispin <john@openwrt.org>2014-08-18 13:08:56 +0000
commit5f71dbb0054f245f9cadb6dfe99270ab8373bc54 (patch)
treee02206bd1a9c1f1ddcfe093bfae4756d984ed3a1 /target/linux/lantiq/base-files/etc
parent3a9752bbd2bc00e407b5dcad21789720f40abf0e (diff)
downloadmtk-20170518-5f71dbb0054f245f9cadb6dfe99270ab8373bc54.zip
mtk-20170518-5f71dbb0054f245f9cadb6dfe99270ab8373bc54.tar.gz
mtk-20170518-5f71dbb0054f245f9cadb6dfe99270ab8373bc54.tar.bz2
lantiq: improve ARV7519RW22 support
- use full board name - rename uboot-env partition - add dsl_fw partition - remove unneeded pinmux groups - move gigabit ethernet to LAN - load mac address from mtd Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 42180
Diffstat (limited to 'target/linux/lantiq/base-files/etc')
-rw-r--r--target/linux/lantiq/base-files/etc/uci-defaults/02_network2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/lantiq/base-files/etc/uci-defaults/02_network b/target/linux/lantiq/base-files/etc/uci-defaults/02_network
index 22dea2a..2dee0c1 100644
--- a/target/linux/lantiq/base-files/etc/uci-defaults/02_network
+++ b/target/linux/lantiq/base-files/etc/uci-defaults/02_network
@@ -156,7 +156,7 @@ TDW8970)
wan_mac=$(macaddr_add "$lan_mac" 1)
;;
-ARV7519*)
+ARV7519RW22)
lan_mac=$(mtd_get_mac_binary boardconfig 22)
wan_mac=$(macaddr_add "$lan_mac" 1)
;;