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/patches-4.4 | |
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/patches-4.4')
-rw-r--r-- | target/linux/ipq806x/patches-4.4/801-ARM-dts-qcom-add-Netgear-X4-R7500v2-dts-to-Makefile.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/ipq806x/patches-4.4/801-ARM-dts-qcom-add-Netgear-X4-R7500v2-dts-to-Makefile.patch b/target/linux/ipq806x/patches-4.4/801-ARM-dts-qcom-add-Netgear-X4-R7500v2-dts-to-Makefile.patch new file mode 100644 index 0000000000..57e76d224f --- /dev/null +++ b/target/linux/ipq806x/patches-4.4/801-ARM-dts-qcom-add-Netgear-X4-R7500v2-dts-to-Makefile.patch @@ -0,0 +1,10 @@ +--- a/arch/arm/boot/dts/Makefile ++++ b/arch/arm/boot/dts/Makefile +@@ -511,6 +511,7 @@ dtb-$(CONFIG_ARCH_QCOM) += \ + qcom-ipq8064-db149.dtb \ + qcom-ipq8064-ea8500.dtb \ + qcom-ipq8064-r7500.dtb \ ++ qcom-ipq8064-r7500v2.dtb \ + qcom-ipq8064-r7800.dtb \ + qcom-msm8660-surf.dtb \ + qcom-msm8960-cdp.dtb \ |