diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-07-15 11:06:07 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-07-15 11:06:07 +0000 |
commit | fc96e8e4b0b9b007189eff9049654f5d44238c30 (patch) | |
tree | b18df0f77dc67d55afde042b1ba034d1dfc04e21 /target/linux/lantiq/base-files/etc/hotplug.d | |
parent | 93c73cfb1424d6a3c6f3ea07f403c82d0a06c143 (diff) | |
download | upstream-fc96e8e4b0b9b007189eff9049654f5d44238c30.tar.gz upstream-fc96e8e4b0b9b007189eff9049654f5d44238c30.tar.bz2 upstream-fc96e8e4b0b9b007189eff9049654f5d44238c30.zip |
lantiq: update ralink wlan firmware hotplug script for new eeprom size
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37334
Diffstat (limited to 'target/linux/lantiq/base-files/etc/hotplug.d')
-rw-r--r-- | target/linux/lantiq/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/lantiq/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom b/target/linux/lantiq/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom index e3509bdd2b..3f9282805d 100644 --- a/target/linux/lantiq/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom +++ b/target/linux/lantiq/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom @@ -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" |