diff options
Diffstat (limited to 'target/linux/ath79/image')
-rw-r--r-- | target/linux/ath79/image/generic.mk | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/target/linux/ath79/image/generic.mk b/target/linux/ath79/image/generic.mk index c5e3df9539..322c3ae07f 100644 --- a/target/linux/ath79/image/generic.mk +++ b/target/linux/ath79/image/generic.mk @@ -1095,6 +1095,22 @@ define Device/sitecom_wlr-7100 endef TARGET_DEVICES += sitecom_wlr-7100 +define Device/sitecom_wlr-8100 + SOC := qca9558 + DEVICE_VENDOR := Sitecom + DEVICE_MODEL := WLR-8100 + DEVICE_ALT0_VENDOR := Sitecom + DEVICE_ALT0_MODEL := X8 AC1750 + DEVICE_PACKAGES := ath10k-firmware-qca988x-ct kmod-ath10k-ct kmod-usb2 kmod-usb3 + SUPPORTED_DEVICES += wlr8100 + IMAGES += factory.dlf + IMAGE/factory.dlf := append-kernel | pad-to $$$$(BLOCKSIZE) | \ + append-rootfs | pad-rootfs | check-size $$$$(IMAGE_SIZE) | \ + senao-header -r 0x222 -p 0x56 -t 2 + IMAGE_SIZE := 15424k +endef +TARGET_DEVICES += sitecom_wlr-8100 + define Device/teltonika_rut955 SOC := ar9344 DEVICE_VENDOR := Teltonika |