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

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

SVN-Revision: 37334
This commit is contained in:
Felix Fietkau 2013-07-15 11:06:07 +00:00
parent 93c73cfb14
commit fc96e8e4b0

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"