diff options
author | John Crispin <john@openwrt.org> | 2014-03-30 10:02:30 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-03-30 10:02:30 +0000 |
commit | e36568e74b406f5c718904b330fcc7cb34ab2a17 (patch) | |
tree | 7b0a91eb996ecdf02e3a8e07d6ec558ea3b12970 /target/linux/lantiq/base-files | |
parent | 42e8cb6388a7f9bfd8ff820a5af9193e8fb67fa8 (diff) | |
download | upstream-e36568e74b406f5c718904b330fcc7cb34ab2a17.tar.gz upstream-e36568e74b406f5c718904b330fcc7cb34ab2a17.tar.bz2 upstream-e36568e74b406f5c718904b330fcc7cb34ab2a17.zip |
lntiq: add support for Astoria ARV7519RW.
These patches add support for the Astoria ARV7519RW aka Livebox 2.1
The PCI and PCIe interfaces have been disabled. Also, because there are
two revisions of this board with different GPHY firmwares, two targets
were defined.
V2: rewrote partitions to work with an u-boot specifically made for
these boards.
Signed off by: Esteban Benito <estebanjbs@gmail.com>
Signed off by: Carles Gadea <carlesgrg@gmail.com>
Tested by: José Vázquez Fernández <ppvazquezfer@gmail.com>
SVN-Revision: 40329
Diffstat (limited to 'target/linux/lantiq/base-files')
-rw-r--r-- | target/linux/lantiq/base-files/etc/uci-defaults/02_network | 5 |
1 files changed, 5 insertions, 0 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 ad1238437f..5768336f2a 100644 --- a/target/linux/lantiq/base-files/etc/uci-defaults/02_network +++ b/target/linux/lantiq/base-files/etc/uci-defaults/02_network @@ -130,6 +130,11 @@ TDW8970) lan_mac=$(mtd_get_mac_binary boardconfig 61696) wan_mac=$(macaddr_add "$lan_mac" 1) ;; + +ARV7519*) + lan_mac=$(mtd_get_mac_binary boardconfig 22) + wan_mac=$(macaddr_add "$lan_mac" 1) + ;; esac [ -z "$(ls /lib/modules/`uname -r`/ltq_atm*)" ] || set_atm_wan "$vpi" "$vci" "$encaps" "$payload" |