diff options
author | Piotr Dymacz <pepe2k@gmail.com> | 2017-11-06 23:17:24 +0100 |
---|---|---|
committer | Piotr Dymacz <pepe2k@gmail.com> | 2017-11-14 22:36:46 +0100 |
commit | 55c77b3d3c7a85a2bbf891437e0f6aee4021fc96 (patch) | |
tree | cbe811668d53346424cf187bc212e6bdf039a8f2 /target/linux/ar71xx/image/tp-link.mk | |
parent | a4bb13e720315c9f4688248fc11d1727ef53846c (diff) | |
download | upstream-55c77b3d3c7a85a2bbf891437e0f6aee4021fc96.tar.gz upstream-55c77b3d3c7a85a2bbf891437e0f6aee4021fc96.tar.bz2 upstream-55c77b3d3c7a85a2bbf891437e0f6aee4021fc96.zip |
ar71xx: increase kernel partition size for TP-Link RE450 v1
This increases kernel partition size and fixes rootfs (file-system)
partition size on TP-Link RE450 v1. Also, while we are at it, switch
from statically defined kernel and rootfs partitions in kernel cmdline
to "tplink-fw" mtd splitter.
Fixes: FS#1072.
Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
Diffstat (limited to 'target/linux/ar71xx/image/tp-link.mk')
-rw-r--r-- | target/linux/ar71xx/image/tp-link.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/image/tp-link.mk b/target/linux/ar71xx/image/tp-link.mk index bbc21d4044..f311858986 100644 --- a/target/linux/ar71xx/image/tp-link.mk +++ b/target/linux/ar71xx/image/tp-link.mk @@ -270,7 +270,7 @@ TARGET_DEVICES += eap120-v1 define Device/re450-v1 DEVICE_TITLE := TP-LINK RE450 v1 DEVICE_PACKAGES := kmod-ath10k ath10k-firmware-qca988x - MTDPARTS := spi0.0:128k(u-boot)ro,1344k(kernel),4672k(rootfs),64k(partition-table)ro,64k(product-info)ro,1856k(config)ro,64k(art)ro,6016k@0x20000(firmware) + MTDPARTS := spi0.0:128k(u-boot)ro,6016k(firmware),64k(partition-table)ro,64k(product-info)ro,1856k(config)ro,64k(art)ro IMAGE_SIZE := 7936k BOARDNAME := RE450 TPLINK_BOARD_ID := RE450 |