aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ipq40xx/image/generic.mk
diff options
context:
space:
mode:
authorAndre Heider <a.heider@gmail.com>2021-12-05 12:14:45 +0100
committerChristian Lamparter <chunkeey@gmail.com>2022-03-25 18:14:13 +0100
commitcb6f4be13703f0224fc462caaeac14e725c72986 (patch)
treef695431a276c31d2509af8ea0b30fd23edb2c522 /target/linux/ipq40xx/image/generic.mk
parentf1c041e34f9742fcdd0c8c65f69888d3ec580541 (diff)
downloadupstream-cb6f4be13703f0224fc462caaeac14e725c72986.tar.gz
upstream-cb6f4be13703f0224fc462caaeac14e725c72986.tar.bz2
upstream-cb6f4be13703f0224fc462caaeac14e725c72986.zip
ipq40xx: add support for FRITZ!Box 7520
This model, also know as "1&1 HomeServer", shares the same features as 7530. The vendor firmware has artificial software limitations: only 2 of the 4 LAN-Ports are GBit, and the USB-Host is only v2.0. With OpenWrt, USB is already working at v3.0. Signed-off-by: Andre Heider <a.heider@gmail.com> (updated commit message to reflect current state) Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
Diffstat (limited to 'target/linux/ipq40xx/image/generic.mk')
-rw-r--r--target/linux/ipq40xx/image/generic.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/ipq40xx/image/generic.mk b/target/linux/ipq40xx/image/generic.mk
index 94b00f833a..3354084a70 100644
--- a/target/linux/ipq40xx/image/generic.mk
+++ b/target/linux/ipq40xx/image/generic.mk
@@ -269,6 +269,8 @@ define Device/avm_fritzbox-7530
$(call Device/FitImageLzma)
DEVICE_VENDOR := AVM
DEVICE_MODEL := FRITZ!Box 7530
+ DEVICE_ALT0_VENDOR := AVM
+ DEVICE_ALT0_MODEL := FRITZ!Box 7520
SOC := qcom-ipq4019
DEVICE_PACKAGES := fritz-caldata fritz-tffs-nand
endef