diff options
author | David Bauer <mail@david-bauer.net> | 2019-02-23 13:12:49 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2019-02-26 23:20:04 +0100 |
commit | 5568c8a9fe6c4769a5b8ac6254224068601802b0 (patch) | |
tree | fb68833430c054518e761a002b9066bff53da73c /target/linux/ath79 | |
parent | 53c46b504c630e4c9c5a00bf644a69919bfc0c03 (diff) | |
download | upstream-5568c8a9fe6c4769a5b8ac6254224068601802b0.tar.gz upstream-5568c8a9fe6c4769a5b8ac6254224068601802b0.tar.bz2 upstream-5568c8a9fe6c4769a5b8ac6254224068601802b0.zip |
ath79: add ar71xx support-list entry for Fritz4020
This adds the support-list entry the AVM FRITZ!Box 4020 expects in the
ar71xx target to allow non-forced sysupgrades from ar71xx to ath79.
Signed-off-by: David Bauer <mail@david-bauer.net>
Diffstat (limited to 'target/linux/ath79')
-rw-r--r-- | target/linux/ath79/image/generic.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ath79/image/generic.mk b/target/linux/ath79/image/generic.mk index 889321867a..d3978629fd 100644 --- a/target/linux/ath79/image/generic.mk +++ b/target/linux/ath79/image/generic.mk @@ -92,6 +92,7 @@ define Device/avm_fritz4020 append-squashfs-fakeroot-be | pad-to 256 | \ append-rootfs | pad-rootfs | append-metadata | check-size $$$$(IMAGE_SIZE) DEVICE_PACKAGES := fritz-tffs + SUPPORTED_DEVICES += fritz4020 endef TARGET_DEVICES += avm_fritz4020 |