[LEDE-DEV] [RFC v3 2/3] ar71xx: image: fix typo in MTDPARTS def for qihoo-c301
Yousong Zhou
yszhou4tech at gmail.com
Sat Jul 9 02:33:28 PDT 2016
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 c1f1cae..10c2aaa 100644
--- a/target/linux/ar71xx/image/generic.mk
+++ b/target/linux/ar71xx/image/generic.mk
@@ -505,7 +505,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
--
2.6.4
More information about the Lede-dev
mailing list