mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-10 19:12:33 +08:00
ramips: fix wifi EEPROM extraction on DIR-615-Dx models
Patch from #12636. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34876
This commit is contained in:
parent
ab6e2e6928
commit
c5a36f13f0
@ -32,7 +32,8 @@ case "$FIRMWARE" in
|
||||
case $board in
|
||||
dir-300-b1 | \
|
||||
dir-600-b1 | \
|
||||
dir-600-b2)
|
||||
dir-600-b2 | \
|
||||
dir-615-d)
|
||||
rt2x00_eeprom_extract "devdata" 16384 272
|
||||
;;
|
||||
|
||||
@ -40,7 +41,6 @@ case "$FIRMWARE" in
|
||||
rt2x00_eeprom_extract "devdata" 0 272
|
||||
;;
|
||||
|
||||
dir-615-d | \
|
||||
rt-n10-plus | \
|
||||
rt-g32-b1)
|
||||
rt2x00_eeprom_extract "devconf" 0 272
|
||||
|
Loading…
x
Reference in New Issue
Block a user