2
0
forked from Ivasoft/openwrt

lantiq - vgv7519: load rt5362 eeprom from bootloader param patition

SVN-Revision: 42824
This commit is contained in:
John Crispin
2014-10-06 20:08:30 +00:00
parent 6a961da231
commit c085d07ee3
4 changed files with 20 additions and 1 deletions

View File

@@ -35,7 +35,7 @@ case "$FIRMWARE" in
"RT2860.eeprom" )
local board=$(lantiq_board_name)
case $board in
ARV7510PW22|ARV7519PW|ARV752DPW|ARV752DPW22)
ARV7510PW22|ARV7519PW|ARV752DPW|ARV752DPW22|VGV7519)
rt2x00_eeprom_extract "board_config" 520 256 1
;;
ARV7525PW)