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 13:23:05 +0000 (14:23 +0100)
commitb779da27ef4a1bf47c8ae67809ecae99ba3ffa08
tree606e32d5b712495cdea2ce8e6a540e294d5f8091
parent10d057f84ad13853089b312bb61ecd042ebbb712
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]