ar71xx: remove redundant -j from TL-WR1043ND v4 kernel build command
mktplinkfw ignores -j in combined mode, the EOF marker is added by tplink-safeloader. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
This commit is contained in:
parent
00dbfa1764
commit
324bdf3ecc
1 changed files with 1 additions and 1 deletions
|
@ -780,7 +780,7 @@ define Device/tl-wr1043nd-v4
|
|||
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)
|
||||
IMAGE_SIZE := 15552k
|
||||
TPLINK_BOARD_NAME := TLWR1043NDV4
|
||||
KERNEL := kernel-bin | patch-cmdline | lzma | mktplinkfw-combined -j
|
||||
KERNEL := kernel-bin | patch-cmdline | lzma | mktplinkfw-combined
|
||||
IMAGES := sysupgrade.bin factory.bin
|
||||
IMAGE/sysupgrade.bin := append-rootfs | tplink-safeloader sysupgrade
|
||||
IMAGE/factory.bin := append-rootfs | tplink-safeloader factory
|
||||
|
|
Loading…
Reference in a new issue