From c34f953fefe8ad57dc9f259e074f83df5688d776 Mon Sep 17 00:00:00 2001 From: Alexis Green Date: Fri, 19 Aug 2016 13:56:24 -0700 Subject: ipq806x: Build image for Netgear Nighthawk X4 R7500v2 Signed-off-by: Alexis Green [Jo-Philipp Wich: add missing DEVICE_TITLE, fix model name in commit title] Signed-off-by: Jo-Philipp Wich --- target/linux/ipq806x/image/Makefile | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'target/linux/ipq806x/image') diff --git a/target/linux/ipq806x/image/Makefile b/target/linux/ipq806x/image/Makefile index 5ce0072..4515946 100644 --- a/target/linux/ipq806x/image/Makefile +++ b/target/linux/ipq806x/image/Makefile @@ -175,6 +175,19 @@ define Device/R7500 DEVICE_PACKAGES := ath10k-firmware-qca99x0 endef +define Device/R7500v2 + $(call Device/DniImage) + DEVICE_DTS := qcom-ipq8064-r7500v2 + KERNEL_SIZE := 2097152 + NETGEAR_BOARD_ID := R7500v2 + NETGEAR_HW_ID := 29764958+0+128+512+3x3+4x4 + BLOCKSIZE := 128KiB + PAGESIZE := 2048 + BOARD_NAME := r7500v2 + DEVICE_TITLE := Netgear Nighthawk X4 R7500v2 + DEVICE_PACKAGES := ath10k-firmware-qca99x0 +endef + define Device/R7800 $(call Device/DniImage) DEVICE_DTS := qcom-ipq8064-r7800 @@ -188,6 +201,6 @@ define Device/R7800 DEVICE_PACKAGES := ath10k-firmware-qca9984 endef -TARGET_DEVICES += AP148 AP148-legacy C2600 D7800 DB149 EA8500 R7500 R7800 +TARGET_DEVICES += AP148 AP148-legacy C2600 D7800 DB149 EA8500 R7500 R7500v2 R7800 $(eval $(call BuildImage)) -- cgit v1.1