aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/base-files/etc/hotplug.d
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2015-06-05 14:11:36 +0000
committerJohn Crispin <john@openwrt.org>2015-06-05 14:11:36 +0000
commitca1db6b5ce5675d88b45b23f576e8c59f7f4fc48 (patch)
treeb9356026924015d2fd8b29882ad7efd042fa98e5 /target/linux/lantiq/base-files/etc/hotplug.d
parent9e233fb241157ca30b1f5d462751490f34f0f435 (diff)
downloadupstream-ca1db6b5ce5675d88b45b23f576e8c59f7f4fc48.tar.gz
upstream-ca1db6b5ce5675d88b45b23f576e8c59f7f4fc48.tar.bz2
upstream-ca1db6b5ce5675d88b45b23f576e8c59f7f4fc48.zip
lantiq: Add support for Arcadyan VGV7510KW22 (known as o2 Box 6431)
SVN-Revision: 45897
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