diff options
Diffstat (limited to 'target/linux/ipq806x/image/Makefile')
-rw-r--r-- | target/linux/ipq806x/image/Makefile | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/target/linux/ipq806x/image/Makefile b/target/linux/ipq806x/image/Makefile index e039df7822..43de23e1a7 100644 --- a/target/linux/ipq806x/image/Makefile +++ b/target/linux/ipq806x/image/Makefile @@ -185,6 +185,19 @@ define Device/R7500 DEVICE_PACKAGES := ath10k-firmware-qca99x0 endef -TARGET_DEVICES += AP148 AP148-legacy C2600 D7800 DB149 EA8500 R7500 +define Device/R7800 + $(call Device/DniImage) + DEVICE_DTS := qcom-ipq8064-r7800 + KERNEL_SIZE := 2097152 + NETGEAR_BOARD_ID := R7800 + NETGEAR_HW_ID := 29764958+0+128+512+4x4+4x4+cascade + BLOCKSIZE := 128KiB + PAGESIZE := 2048 + BOARD_NAME := r7800 + DEVICE_TITLE := Netgear Nighthawk X4S R7800 + DEVICE_PACKAGES := ath10k-firmware-qca9984 +endef + +TARGET_DEVICES += AP148 AP148-legacy C2600 D7800 DB149 EA8500 R7500 R7800 $(eval $(call BuildImage)) |