From 823242185b56ea518568296f1a5834f736f12076 Mon Sep 17 00:00:00 2001 From: Pavel Kubelun Date: Tue, 21 Jun 2016 11:55:00 +0200 Subject: ipq806x: add initial support for Netgear R7800 Signed-off-by: Pavel Kubelun --- target/linux/ipq806x/image/Makefile | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'target/linux/ipq806x/image/Makefile') 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)) -- cgit v1.2.3