aboutsummaryrefslogtreecommitdiffstats
path: root/target
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
commitaefdd583c9754a6f325f3abadf2c7d988a00c44b (patch)
treec02a59c40e794a2c39ae3c374697c86aa12335e7 /target
parentfa9a172e62dd74c1cbba8713bf76597d3b412067 (diff)
downloadmaster-187ad058-aefdd583c9754a6f325f3abadf2c7d988a00c44b.tar.gz
master-187ad058-aefdd583c9754a6f325f3abadf2c7d988a00c44b.tar.bz2
master-187ad058-aefdd583c9754a6f325f3abadf2c7d988a00c44b.zip
bcm63xx: update ralink wlan firmware hotplug script for new eeprom size
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37337 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-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"