Просмотр исходного кода

bcm63xx: update ralink wlan firmware hotplug script for new eeprom size

Signed-off-by: Felix Fietkau <[email protected]>

SVN-Revision: 37337
Felix Fietkau 12 лет назад
Родитель
Сommit
9a9d97b749

+ 1 - 1
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"