lantiq: update ralink wlan firmware hotplug script for new eeprom size
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37334
This commit is contained in:
parent
93c73cfb14
commit
fc96e8e4b0
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ case "$FIRMWARE" in
|
||||||
local board=$(lantiq_board_id)
|
local board=$(lantiq_board_id)
|
||||||
case $board in
|
case $board in
|
||||||
ARV7525PW|ARV752DPW)
|
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"
|
rt2x00_eeprom_die "board $board is not supported yet"
|
||||||
|
|
Loading…
Reference in a new issue