diff options
author | Christian Marangi <ansuelsmth@gmail.com> | 2022-12-19 16:45:39 +0100 |
---|---|---|
committer | Christian Marangi <ansuelsmth@gmail.com> | 2022-12-23 19:44:20 +0100 |
commit | cada395a5075e30ec28ee95a2255801de13f2cc4 (patch) | |
tree | 6ae739279e86e7fdb534a96a6811a33c2c6b6159 /target/linux/kirkwood/Makefile | |
parent | cf49c7d5225364d11b3e10f0c94c55e90afa9c62 (diff) | |
download | upstream-cada395a5075e30ec28ee95a2255801de13f2cc4.tar.gz upstream-cada395a5075e30ec28ee95a2255801de13f2cc4.tar.bz2 upstream-cada395a5075e30ec28ee95a2255801de13f2cc4.zip |
kirkwood: add generic subtarget
Same game as for 853e4dd3062df7cb5704b15d6af6730e3194b571. Add generic
to the filenames.
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Diffstat (limited to 'target/linux/kirkwood/Makefile')
-rw-r--r-- | target/linux/kirkwood/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/kirkwood/Makefile b/target/linux/kirkwood/Makefile index c7a25451c9..4827d90ee2 100644 --- a/target/linux/kirkwood/Makefile +++ b/target/linux/kirkwood/Makefile @@ -9,6 +9,7 @@ BOARD:=kirkwood BOARDNAME:=Marvell Kirkwood FEATURES:=usb nand squashfs ramdisk CPU_TYPE:=xscale +SUBTARGETS:=generic KERNEL_PATCHVER:=5.10 KERNEL_TESTING_PATCHVER:=5.15 |