From: Felix Fietkau Date: Mon, 15 Jul 2013 11:07:59 +0000 (+0000) Subject: bcm63xx: update ralink wlan firmware hotplug script for new eeprom size X-Git-Tag: reboot~9884 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=9a9d97b749d52f067ade4a1b86878de0b96e2c33;p=openwrt%2Fstaging%2Fchunkeey.git bcm63xx: update ralink wlan firmware hotplug script for new eeprom size Signed-off-by: Felix Fietkau SVN-Revision: 37337 --- diff --git a/target/linux/brcm63xx/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom b/target/linux/brcm63xx/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom index eeb66e0d18..8e229d1d9a 100644 --- a/target/linux/brcm63xx/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom +++ b/target/linux/brcm63xx/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom @@ -32,7 +32,7 @@ case "$FIRMWARE" in "rt2x00.eeprom" ) case $board in HW556_A) - rt2x00_eeprom_extract "cal_data" 130560 272 + rt2x00_eeprom_extract "cal_data" 130560 512 ;; *) rt2x00_eeprom_die "board $board is not supported yet"