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

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

SVN-Revision: 37334
master
Felix Fietkau 11 years ago
parent 93c73cfb14
commit fc96e8e4b0
  1. 2
      target/linux/lantiq/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom

@ -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"

Loading…
Cancel
Save