diff options
author | David Bauer <mail@david-bauer.net> | 2019-03-11 18:05:31 +0100 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2019-03-13 16:25:34 +0100 |
commit | 5389db72e3265198986dfb50a831fb8f8264d346 (patch) | |
tree | 6ba5e12db42efe3e96071695a654b4fd733137a4 /target/linux/lantiq/base-files | |
parent | d75db67870fa328d7b3a2aab94168e9e3f6a933d (diff) | |
download | upstream-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/base-files')
-rwxr-xr-x | target/linux/lantiq/base-files/etc/board.d/02_network | 4 |
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' ;; |