lantiq: update ralink wlan firmware hotplug script for new eeprom size

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37334 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Felix Fietkau 2013-07-15 11:06:07 +00:00
parent f707f369de
commit 901cda385d
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ case "$FIRMWARE" in
local board=$(lantiq_board_id)
case $board in
ARV7525PW|ARV752DPW)
rt2x00_eeprom_extract "board_config" 1040 272
rt2x00_eeprom_extract "board_config" 1040 512
;;
*)
rt2x00_eeprom_die "board $board is not supported yet"