2
0
forked from Ivasoft/openwrt

lantiq: Add support for Arcadyan VGV7510KW22 (known as o2 Box 6431)

SVN-Revision: 45897
This commit is contained in:
John Crispin
2015-06-05 14:11:36 +00:00
parent 9e233fb241
commit ca1db6b5ce
8 changed files with 388 additions and 0 deletions

View 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