From: nbd Date: Mon, 15 Jul 2013 11:06:41 +0000 (+0000) Subject: lantiq: update ralink wlan firmware hotplug script for new eeprom size X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=3627a5505dc144407bccba6f88dd477df40aeef8;p=12.09%2Fopenwrt.git lantiq: update ralink wlan firmware hotplug script for new eeprom size Signed-off-by: Felix Fietkau Backport of r37334 git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@37335 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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 1eee55e..8872ed0 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"