diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-07-15 11:06:41 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-07-15 11:06:41 +0000 |
commit | 75e6ea0453a33e001a1e8c0288fcf167a3dd468e (patch) | |
tree | 8de2647a540f0da9719c184c8283fd40e5e23f3f /target/linux/lantiq/base-files/etc | |
parent | dc09cb494ab306c64e885d5bfe73c8782d094840 (diff) | |
download | upstream-75e6ea0453a33e001a1e8c0288fcf167a3dd468e.tar.gz upstream-75e6ea0453a33e001a1e8c0288fcf167a3dd468e.tar.bz2 upstream-75e6ea0453a33e001a1e8c0288fcf167a3dd468e.zip |
lantiq: update ralink wlan firmware hotplug script for new eeprom size
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Backport of r37334
git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@37335 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/lantiq/base-files/etc')
-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 1eee55e223..8872ed0e07 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 @@ -31,7 +31,7 @@ case "$FIRMWARE" in local board=$(lantiq_board_name) 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" |