aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq
diff options
context:
space:
mode:
authorDavid Bauer <mail@david-bauer.net>2019-03-11 18:05:31 +0100
committerChristian Lamparter <chunkeey@gmail.com>2019-03-13 16:25:34 +0100
commit5389db72e3265198986dfb50a831fb8f8264d346 (patch)
tree6ba5e12db42efe3e96071695a654b4fd733137a4 /target/linux/lantiq
parentd75db67870fa328d7b3a2aab94168e9e3f6a933d (diff)
downloadupstream-5389db72e3265198986dfb50a831fb8f8264d346.tar.gz
upstream-5389db72e3265198986dfb50a831fb8f8264d346.tar.bz2
upstream-5389db72e3265198986dfb50a831fb8f8264d346.zip
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>
Diffstat (limited to 'target/linux/lantiq')
-rwxr-xr-xtarget/linux/lantiq/base-files/etc/board.d/02_network4
1 files changed, 2 insertions, 2 deletions
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'
;;