lantiq: vgv7519: extract wifi firmware from mtd

Signed-off-by: Eddi De Pieri <eddi@depieri.net>

git-svn-id: svn://svn.openwrt.org/openwrt/branches/barrier_breaker@42902 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
blogic 2014-10-14 11:03:23 +00:00
parent c2b3d14079
commit e3e5da053e
1 changed files with 1 additions and 1 deletions

View File

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