From 5389db72e3265198986dfb50a831fb8f8264d346 Mon Sep 17 00:00:00 2001 From: David Bauer Date: Mon, 11 Mar 2019 18:05:31 +0100 Subject: 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 --- target/linux/lantiq/base-files/etc/board.d/02_network | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'target/linux/lantiq') diff --git a/target/linux/lantiq/base-files/etc/board.d/02_network b/target/linux/lantiq/base-files/etc/board.d/02_network index c79fb2d136..a6a9e4d29d 100755 --- a/target/linux/lantiq/base-files/etc/board.d/02_network +++ b/target/linux/lantiq/base-files/etc/board.d/02_network @@ -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' ;; -- cgit v1.2.3