diff options
Diffstat (limited to 'target/linux/ipq40xx/image/Makefile')
-rw-r--r-- | target/linux/ipq40xx/image/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/target/linux/ipq40xx/image/Makefile b/target/linux/ipq40xx/image/Makefile index 3a9b58de4f..99bdf809df 100644 --- a/target/linux/ipq40xx/image/Makefile +++ b/target/linux/ipq40xx/image/Makefile @@ -138,6 +138,15 @@ define Device/avm_fritzbox-7530 endef TARGET_DEVICES += avm_fritzbox-7530 +define Device/avm_fritzrepeater-1200 + $(call Device/FitImageLzma) + DEVICE_DTS := qcom-ipq4019-fritzrepeater-1200 + DEVICE_TITLE := AVM FRITZ!Repeater 1200 + DEVICE_PACKAGES := fritz-caldata fritz-tffs-nand ipq-wifi-avm_fritzrepeater-1200 + IMAGES := sysupgrade.bin +endef +TARGET_DEVICES += avm_fritzrepeater-1200 + define Device/avm_fritzrepeater-3000 $(call Device/FitImageLzma) DEVICE_DTS := qcom-ipq4019-fritzrepeater-3000 |