lantiq: Add support for Arcadyan VGV7510KW22 (known as o2 Box 6431)
[openwrt/openwrt.git] / target / linux / lantiq / base-files / etc / hotplug.d / firmware / 10-rt2x00-eeprom
index 3ebd5e83b22c5d8d128ab8f27215882d92edb666..5f1cb00452a0a133517d37da01206d16616e21cc 100644 (file)
@@ -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