diff options
author | John Crispin <john@openwrt.org> | 2015-06-05 14:11:36 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-06-05 14:11:36 +0000 |
commit | ca1db6b5ce5675d88b45b23f576e8c59f7f4fc48 (patch) | |
tree | b9356026924015d2fd8b29882ad7efd042fa98e5 /target/linux/lantiq/base-files/etc/hotplug.d | |
parent | 9e233fb241157ca30b1f5d462751490f34f0f435 (diff) | |
download | upstream-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-eeprom | 11 |
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 |