diff options
author | Yousong Zhou <yszhou4tech@gmail.com> | 2016-07-09 20:15:59 +0800 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2016-07-11 13:26:35 +0200 |
commit | 8d0ec3e67235fa980d8ae7754984e2e53d6254cf (patch) | |
tree | f74e7fe943b7819c2de07cff2227e3700c7ed629 /target | |
parent | 6d6db4ff7bc2263f56e0abfb86e4c3305e7e6e49 (diff) | |
download | upstream-8d0ec3e67235fa980d8ae7754984e2e53d6254cf.tar.gz upstream-8d0ec3e67235fa980d8ae7754984e2e53d6254cf.tar.bz2 upstream-8d0ec3e67235fa980d8ae7754984e2e53d6254cf.zip |
ar71xx: image: fix typo in MTDPARTS def for qihoo-c301
Reported-by: Syrone Wong <wong.syrone@gmail.com>
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ar71xx/image/generic.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/image/generic.mk b/target/linux/ar71xx/image/generic.mk index 1e6168612e..96b5a58711 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 |