diff options
author | Jo-Philipp Wich <jo@mein.io> | 2016-08-24 01:35:22 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2016-08-24 02:30:35 +0200 |
commit | 00e8571f2bf24a9ee38f84b8494c1d653ffdeffe (patch) | |
tree | 1ca6b97673a4e952d29df91b6faaca4c666bcca6 /target/linux/ipq806x/image/Makefile | |
parent | 212c6bd781c2df9b1edcddc7278c9a6fecae44a4 (diff) | |
download | upstream-00e8571f2bf24a9ee38f84b8494c1d653ffdeffe.tar.gz upstream-00e8571f2bf24a9ee38f84b8494c1d653ffdeffe.tar.bz2 upstream-00e8571f2bf24a9ee38f84b8494c1d653ffdeffe.zip |
ipq806x: rename R7800 device tree file, merge R7500v2 dts addition
The R7800 is an IPQ8065, so rename its dts file to reflect that fact.
Also fold the R7500v2 dts addition into the existing 800-devicetree.patch.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'target/linux/ipq806x/image/Makefile')
-rw-r--r-- | target/linux/ipq806x/image/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ipq806x/image/Makefile b/target/linux/ipq806x/image/Makefile index 45159462cc..8c1064e552 100644 --- a/target/linux/ipq806x/image/Makefile +++ b/target/linux/ipq806x/image/Makefile @@ -190,7 +190,7 @@ endef define Device/R7800 $(call Device/DniImage) - DEVICE_DTS := qcom-ipq8064-r7800 + DEVICE_DTS := qcom-ipq8065-r7800 KERNEL_SIZE := 2097152 NETGEAR_BOARD_ID := R7800 NETGEAR_HW_ID := 29764958+0+128+512+4x4+4x4+cascade |