mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-12-08 21:52:09 -05:00
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
@ -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 New Issue
Block a user