diff options
author | Alexis Green <agreen@cococorp.com> | 2016-08-19 13:56:24 -0700 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2016-08-22 17:24:48 +0200 |
commit | c34f953fefe8ad57dc9f259e074f83df5688d776 (patch) | |
tree | d52b87ee1c4ce61178dcb4a3a5a15d6c6f0ca6e9 /target/linux/ipq806x/image | |
parent | d7e040f8bccec06b64c82963be6435101423dbf1 (diff) | |
download | upstream-c34f953fefe8ad57dc9f259e074f83df5688d776.tar.gz upstream-c34f953fefe8ad57dc9f259e074f83df5688d776.tar.bz2 upstream-c34f953fefe8ad57dc9f259e074f83df5688d776.zip |
ipq806x: Build image for Netgear Nighthawk X4 R7500v2
Signed-off-by: Alexis Green <alexis@cessp.it>
[Jo-Philipp Wich: add missing DEVICE_TITLE, fix model name in commit title]
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'target/linux/ipq806x/image')
-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 5ce007292f..45159462cc 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)) |