lantiq: update ralink wlan firmware hotplug script for new eeprom size
authorFelix Fietkau <nbd@openwrt.org>
Mon, 15 Jul 2013 11:06:41 +0000 (11:06 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Mon, 15 Jul 2013 11:06:41 +0000 (11:06 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Backport of r37334

SVN-Revision: 37335

target/linux/lantiq/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom

index 1eee55e22349c8a0e728d6974ab4d691dee84f21..8872ed0e0764eaf001a5c7a5fbc81aae253c739b 100644 (file)
@@ -31,7 +31,7 @@ case "$FIRMWARE" in
        local board=$(lantiq_board_name)
        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"