Adding wifi eeprom extract for ARV752DPW - Easybox 802
Signed-off-by: Christian Rustmeier <rustmeier a.t. gmail dotty com> SVN-Revision: 31443
This commit is contained in:
parent
4a7d620950
commit
d4f3677cba
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ case "$FIRMWARE" in
|
||||||
"RT2860.eeprom" )
|
"RT2860.eeprom" )
|
||||||
local board=$(lantiq_board_name)
|
local board=$(lantiq_board_name)
|
||||||
case $board in
|
case $board in
|
||||||
ARV7525PW)
|
ARV7525PW|ARV752DPW)
|
||||||
rt2x00_eeprom_extract "board_config" 1040 272
|
rt2x00_eeprom_extract "board_config" 1040 272
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
|
Loading…
Reference in a new issue