summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans Ulli Kroll <ulli.kroll@googlemail.com>2016-10-10 06:33:31 +0200
committerHans Ulli Kroll <ulli.kroll@googlemail.com>2016-10-10 06:35:36 +0200
commit19652a6a2f07f804ffbcf254779ae1a56e7eddf7 (patch)
treeedc3f3eeee5b760e1a8f9491967e9b7a8f78c457
parented77ae35eb477c52df09aa6552165ae89598469c (diff)
downloadmaster-31e0f0ae-19652a6a2f07f804ffbcf254779ae1a56e7eddf7.tar.gz
master-31e0f0ae-19652a6a2f07f804ffbcf254779ae1a56e7eddf7.tar.bz2
master-31e0f0ae-19652a6a2f07f804ffbcf254779ae1a56e7eddf7.zip
change Image size
Signed-off-by: Hans Ulli Kroll <ulli.kroll@googlemail.com>
-rw-r--r--target/linux/ramips/image/mt7620.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ramips/image/mt7620.mk b/target/linux/ramips/image/mt7620.mk
index 15a2e53123..d508fd9ac8 100644
--- a/target/linux/ramips/image/mt7620.mk
+++ b/target/linux/ramips/image/mt7620.mk
@@ -417,10 +417,10 @@ define Device/br-6478ac-v2
DEVICE_TITLE := Edimax BR-6478AC-V2
BLOCKSIZE := 4k
IMAGES += factory.bin
- IMAGE_SIZE := $(ralink_default_fw_size_8M)
+ IMAGE_SIZE := 7616k
IMAGE/sysupgrade.bin := \
append-kernel | pad-offset $$$$(BLOCKSIZE) 64 | append-rootfs | \
- seama -m "dev=/dev/mtdblock/2" -m "type=firmware" | \
+ seama -m "dev=/dev/mtdblock/5" -m "type=firmware" | \
pad-rootfs | check-size $$$$(IMAGE_SIZE)
IMAGE/factory.bin := \
append-kernel | pad-offset $$$$(BLOCKSIZE) 64 | \