summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/base-files/etc
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-07-15 11:07:59 +0000
committerFelix Fietkau <nbd@openwrt.org>2013-07-15 11:07:59 +0000
commit9a9d97b749d52f067ade4a1b86878de0b96e2c33 (patch)
tree1d528477b0608f7122303617df266bfa110e1478 /target/linux/brcm63xx/base-files/etc
parentae7a156434215bbcb19b0632b7a4ede50dfd8b2d (diff)
downloadmaster-31e0f0ae-9a9d97b749d52f067ade4a1b86878de0b96e2c33.tar.gz
master-31e0f0ae-9a9d97b749d52f067ade4a1b86878de0b96e2c33.tar.bz2
master-31e0f0ae-9a9d97b749d52f067ade4a1b86878de0b96e2c33.zip
bcm63xx: update ralink wlan firmware hotplug script for new eeprom size
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37337
Diffstat (limited to 'target/linux/brcm63xx/base-files/etc')
-rw-r--r--target/linux/brcm63xx/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom2
1 files changed, 1 insertions, 1 deletions
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"