ipq40xx: add MikroTik subtarget
authorRobert Marko <robimarko@gmail.com>
Thu, 12 Nov 2020 17:13:26 +0000 (18:13 +0100)
committerAlexander Couzens <lynxis@fe80.eu>
Sun, 17 Jan 2021 06:43:10 +0000 (07:43 +0100)
commit904127d193efbb254c32097ab0411e896af451a4
tree1b6bce1c66f3e219aa05b94c51383a0b33b5a4fc
parent5740eecec8c7cc8b0341ac773b77a101b4398568
ipq40xx: add MikroTik subtarget

MikroTik devices require the use of raw vmlinux out of the self
extracting compressed kernels.

They also require 4K sectors, kernel2minor, partition parser as well as
RouterBoard platform drivers.

So in order to not add unnecessary code to the generic sub target lets
introduce a MikroTik sub target.

Signed-off-by: Robert Marko <robimarko@gmail.com>
target/linux/ipq40xx/Makefile
target/linux/ipq40xx/image/mikrotik.mk [new file with mode: 0644]
target/linux/ipq40xx/mikrotik/target.mk [new file with mode: 0644]