aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/base-files
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2014-01-15 19:16:51 +0000
committerJohn Crispin <blogic@openwrt.org>2014-01-15 19:16:51 +0000
commitac3caf5ea4e7a76c0b01a78b17b90e3cc7db56d6 (patch)
tree2d854a33e807f5f72e3babe770ed6494489972ab /target/linux/lantiq/base-files
parent91594d2f842fbfba139a496847eb9e0b416ea659 (diff)
downloadmaster-187ad058-ac3caf5ea4e7a76c0b01a78b17b90e3cc7db56d6.tar.gz
master-187ad058-ac3caf5ea4e7a76c0b01a78b17b90e3cc7db56d6.tar.bz2
master-187ad058-ac3caf5ea4e7a76c0b01a78b17b90e3cc7db56d6.zip
lantiq: Add support for Astoria ARV7510PW22
This board is pretty similar to ARV752DPW22. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39303 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/lantiq/base-files')
-rw-r--r--target/linux/lantiq/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom2
-rw-r--r--target/linux/lantiq/base-files/etc/uci-defaults/02_network2
2 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/lantiq/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom b/target/linux/lantiq/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom
index 7ec8d6fd21..2d5e09d015 100644
--- a/target/linux/lantiq/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom
+++ b/target/linux/lantiq/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom
@@ -29,7 +29,7 @@ case "$FIRMWARE" in
"RT2860.eeprom" )
local board=$(lantiq_board_id)
case $board in
- ARV7525PW|ARV752DPW|ARV752DPW22)
+ ARV7510PW22|ARV7525PW|ARV752DPW|ARV752DPW22)
rt2x00_eeprom_extract "board_config" 1040 512
;;
*)
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 41785f4ba0..6e17d4dde2 100644
--- a/target/linux/lantiq/base-files/etc/uci-defaults/02_network
+++ b/target/linux/lantiq/base-files/etc/uci-defaults/02_network
@@ -68,7 +68,7 @@ ACMP252|GIGASX76X)
;;
# ar8316
-ARV4519PW|ARV7518PW|ARV752DPW22)
+ARV4519PW|ARV7510PW22|ARV7518PW|ARV752DPW22)
ucidef_set_interface_lan "eth0.1"
ucidef_add_switch "switch0" "1" "1"
ucidef_add_switch_vlan "switch0" "1" "0t 2 3 4 5"