forked from Ivasoft/openwrt
fritz-tools: add support for IPQ40xx platform
AVM devices based on Qualcomm IPQ40xx do not store sector health information in the OOB area. Make this check optional to support this platform. Signed-off-by: David Bauer <mail@david-bauer.net>
This commit is contained in:
committed by
Christian Lamparter
parent
d75db67870
commit
5389db72e3
@@ -169,8 +169,8 @@ avm,fritz7362sl)
|
||||
avm,fritz7412)
|
||||
tffsdev=$(find_mtd_chardev "nand-tffs")
|
||||
annex="b"
|
||||
lan_mac=$(/usr/bin/fritz_tffs_nand -d $tffsdev -n maca)
|
||||
wan_mac=$(/usr/bin/fritz_tffs_nand -d $tffsdev -n macdsl)
|
||||
lan_mac=$(/usr/bin/fritz_tffs_nand -d $tffsdev -n maca -o)
|
||||
wan_mac=$(/usr/bin/fritz_tffs_nand -d $tffsdev -n macdsl -o)
|
||||
ucidef_set_interface_lan 'eth0'
|
||||
;;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user