[source] ar71xx: image: fix typo in MTDPARTS def for qihoo-c301
LEDE Commits
lede-commits at lists.infradead.org
Mon Jul 11 05:13:13 PDT 2016
jow pushed a commit to source.git, branch master:
https://git.lede-project.org/?p=source.git;a=commitdiff;h=8d0ec3e67235fa980d8ae7754984e2e53d6254cf
commit 8d0ec3e67235fa980d8ae7754984e2e53d6254cf
Author: Yousong Zhou <yszhou4tech at gmail.com>
AuthorDate: Sat Jul 9 20:15:59 2016 +0800
ar71xx: image: fix typo in MTDPARTS def for qihoo-c301
Reported-by: Syrone Wong <wong.syrone at gmail.com>
Signed-off-by: Yousong Zhou <yszhou4tech at gmail.com>
---
target/linux/ar71xx/image/generic.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/linux/ar71xx/image/generic.mk b/target/linux/ar71xx/image/generic.mk
index 1e61686..96b5a58 100644
--- a/target/linux/ar71xx/image/generic.mk
+++ b/target/linux/ar71xx/image/generic.mk
@@ -509,7 +509,7 @@ $(Device/seama)
DEVICE_PACKAGES := kmod-usb-core kmod-usb2 kmod-ledtrig-usbdev kmod-ath10k
BOARDNAME = QIHOO-C301
IMAGE_SIZE = 15744k
- MTDPARTS = mtdparts=spi0.0:256k(u-boot)ro,64k(u-boot-env),64k(devdata),64k(devconf),15744k(firmware),64k(warm_start),64k(action_image_config),64k(radiocfg)ro;spi0.1:15360k(upgrade2),1024k(privatedata)
+ MTDPARTS = spi0.0:256k(u-boot)ro,64k(u-boot-env),64k(devdata),64k(devconf),15744k(firmware),64k(warm_start),64k(action_image_config),64k(radiocfg)ro;spi0.1:15360k(upgrade2),1024k(privatedata)
SEAMA_SIGNATURE := wrgac26_qihoo360_360rg
endef
More information about the lede-commits
mailing list