This commit adds firmware partition compatible for the AVM FRITZ!Box 4020. This allows to select the correct mtdsplit parser instead of trying all available ones one by one.
Signed-off-by: David Bauer <[email protected]> --- target/linux/ath79/dts/qca9561_avm_fritz4020.dts | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/ath79/dts/qca9561_avm_fritz4020.dts b/target/linux/ath79/dts/qca9561_avm_fritz4020.dts index 8489c8a1e6..3310a3423b 100644 --- a/target/linux/ath79/dts/qca9561_avm_fritz4020.dts +++ b/target/linux/ath79/dts/qca9561_avm_fritz4020.dts @@ -136,6 +136,7 @@ }; partition@1 { + compatible = "avm,eva-firmware"; label = "firmware"; reg = <0x020000 0xee0000>; }; -- 2.19.2 _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
