treewide: move mktplinkfw to tplink-v1-image in image-commands.mk
authorAdrian Schmutzler <freifunk@adrianschmutzler.de>
Tue, 31 Dec 2019 12:57:50 +0000 (13:57 +0100)
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>
Wed, 8 Jan 2020 15:15:29 +0000 (16:15 +0100)
commit9b0e8d0aa464f51460ff33179e247f1071564471
tree33e645666af3830d8aeb36a2a256ba1450bb9f00
parent0c97f034c9c5810096b022e2decea58fd4a4fae1
treewide: move mktplinkfw to tplink-v1-image in image-commands.mk

This move the slightly different target-specific implementations of
mktplinkfw from the targets to include/image-commands.mk and renames
it to tplink-v1-image. Having a common version will increase
consistency between implementation and will complete the
tplink build command already present in the new location.

Due to the slight differences of the original implementations, this
also does some adjustments to the device build commands/variables.

This also moves rootfs_align as this is required as dependency.

Tested on:
- TL-WDR4300 v1 (ath79, factory)
- TL-WDR4900 v1 (mpc85xx, sysupgrade)
- RE210 v1 (ramips, see Tested-by)

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Tested-by: Christoph Krapp <achterin@googlemail.com>
include/image-commands.mk
target/linux/ath79/image/common-tp-link.mk
target/linux/ath79/image/generic-tp-link.mk
target/linux/ath79/image/tiny-tp-link.mk
target/linux/mpc85xx/image/Makefile
target/linux/ramips/image/mt7620.mk