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

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

index e3509bdd2b18c30b03f43f0f8cf539703cd3d116..3f9282805d7fc1621560160ae847dde7126e1f29 100644 (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"