diff options
author | Roman Yeryomin <roman@advem.lv> | 2016-08-22 17:22:35 +0300 |
---|---|---|
committer | Roman Yeryomin <roman@advem.lv> | 2016-08-22 17:22:35 +0300 |
commit | 5d9c3170cab0b0c76eeb6c7281bcd47e36f5a521 (patch) | |
tree | 2057181992b5bdde312a6639dccb0b2ebb2388a6 | |
parent | 5b3bb5ce52670e53238d9fa7a3bab39ee75200c0 (diff) | |
download | master-187ad058-5d9c3170cab0b0c76eeb6c7281bcd47e36f5a521.tar.gz master-187ad058-5d9c3170cab0b0c76eeb6c7281bcd47e36f5a521.tar.bz2 master-187ad058-5d9c3170cab0b0c76eeb6c7281bcd47e36f5a521.zip |
ipq806x: fix r7800 dts name in image makefile
Signed-off-by: Roman Yeryomin <roman@advem.lv>
-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 2355fc7550..f2c58b4c70 100644 --- a/target/linux/ipq806x/image/Makefile +++ b/target/linux/ipq806x/image/Makefile @@ -187,7 +187,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 |