diff options
author | Lucian Cristian <lucian.cristian@gmail.com> | 2018-06-26 20:43:28 +0300 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2018-06-27 08:42:54 +0200 |
commit | 4ec9763ee93243464af9943f360e945e7ce9faed (patch) | |
tree | 2c48f4d913bbed047efc060a394aca08ab90e56e /target/linux/ar71xx/image | |
parent | 52a9edb1bfaf51c250a33303beacba95dd1dbc05 (diff) | |
download | upstream-4ec9763ee93243464af9943f360e945e7ce9faed.tar.gz upstream-4ec9763ee93243464af9943f360e945e7ce9faed.tar.bz2 upstream-4ec9763ee93243464af9943f360e945e7ce9faed.zip |
firmware-utils: tplink-safeloader: switch tl-wr1043nd-v4 to dynamic partitions
Use the new dynamic partition split in tplink-safeloader so we no longer
have to worry about kernel size increases.
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
Diffstat (limited to 'target/linux/ar71xx/image')
-rw-r--r-- | target/linux/ar71xx/image/generic-tp-link.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ar71xx/image/generic-tp-link.mk b/target/linux/ar71xx/image/generic-tp-link.mk index 502c88b1ba..d78abfbba7 100644 --- a/target/linux/ar71xx/image/generic-tp-link.mk +++ b/target/linux/ar71xx/image/generic-tp-link.mk @@ -401,10 +401,10 @@ define Device/tl-wr1043nd-v4 BOARDNAME := TL-WR1043ND-v4 DEVICE_PROFILE := TLWR1043 TPLINK_HWID := 0x10430004 - MTDPARTS := spi0.0:128k(u-boot)ro,1536k(kernel),14016k(rootfs),128k(product-info)ro,320k(config)ro,64k(partition-table)ro,128k(logs)ro,64k(ART)ro,15552k@0x20000(firmware) + MTDPARTS := spi0.0:128k(u-boot)ro,15552k(firmware),128k(product-info)ro,320k(config)ro,64k(partition-table)ro,128k(logs)ro,64k(ART)ro IMAGE_SIZE := 15552k TPLINK_BOARD_ID := TLWR1043NDV4 - KERNEL := kernel-bin | patch-cmdline | lzma | tplink-v1-header + KERNEL := kernel-bin | patch-cmdline | lzma | tplink-v1-header -O IMAGES := sysupgrade.bin factory.bin IMAGE/sysupgrade.bin := append-rootfs | tplink-safeloader sysupgrade IMAGE/factory.bin := append-rootfs | tplink-safeloader factory |