aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/base-files
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-07-15 11:06:07 +0000
committerFelix Fietkau <nbd@openwrt.org>2013-07-15 11:06:07 +0000
commit901cda385d5556b828bbe26254e609ba204dd24b (patch)
treea3c82fd1d7898cb3f3de9abb53466d8e6817f91d /target/linux/lantiq/base-files
parentf707f369dee90217ef1f836c72eb4a0ed1cda954 (diff)
downloadmaster-187ad058-901cda385d5556b828bbe26254e609ba204dd24b.tar.gz
master-187ad058-901cda385d5556b828bbe26254e609ba204dd24b.tar.bz2
master-187ad058-901cda385d5556b828bbe26254e609ba204dd24b.zip
lantiq: 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@37334 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/lantiq/base-files')
-rw-r--r--target/linux/lantiq/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom2
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"