aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/base-files/etc/hotplug.d
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-06-05 14:11:36 +0000
committerJohn Crispin <blogic@openwrt.org>2015-06-05 14:11:36 +0000
commitbde031625f44a2e253a833c4f88c0e13ff5ebf5c (patch)
treec84fa1cbdafec35454471d0d6b3f2f671daa010d /target/linux/lantiq/base-files/etc/hotplug.d
parent55ec20b9a8046a8c6dc13a5254e4c0da41adb71f (diff)
downloadmaster-187ad058-bde031625f44a2e253a833c4f88c0e13ff5ebf5c.tar.gz
master-187ad058-bde031625f44a2e253a833c4f88c0e13ff5ebf5c.tar.bz2
master-187ad058-bde031625f44a2e253a833c4f88c0e13ff5ebf5c.zip
lantiq: Add support for Arcadyan VGV7510KW22 (known as o2 Box 6431)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45897 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/lantiq/base-files/etc/hotplug.d')
-rw-r--r--target/linux/lantiq/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom11
1 files changed, 11 insertions, 0 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 3ebd5e83b2..5f1cb00452 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
@@ -46,4 +46,15 @@ case "$FIRMWARE" in
;;
esac
;;
+"RT3062.eeprom" )
+ local board=$(lantiq_board_name)
+ case $board in
+ VGV7510KW22)
+ rt2x00_eeprom_extract "board_config" 520 256 1
+ ;;
+ *)
+ rt2x00_eeprom_die "board $board is not supported yet"
+ ;;
+ esac
+ ;;
esac