diff options
author | Christian Marangi <ansuelsmth@gmail.com> | 2022-12-19 16:47:16 +0100 |
---|---|---|
committer | Christian Marangi <ansuelsmth@gmail.com> | 2022-12-23 19:44:22 +0100 |
commit | 314d997e26184718713ba5a14514367edcb2661f (patch) | |
tree | 5976dbaa3c09ccec70aff6586a3b83b9a970bd6e /target/linux/pistachio/Makefile | |
parent | 8e2e67d117c6c957443b42b08a010e6c0defae42 (diff) | |
download | upstream-314d997e26184718713ba5a14514367edcb2661f.tar.gz upstream-314d997e26184718713ba5a14514367edcb2661f.tar.bz2 upstream-314d997e26184718713ba5a14514367edcb2661f.zip |
pistachio: 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/pistachio/Makefile')
-rw-r--r-- | target/linux/pistachio/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/pistachio/Makefile b/target/linux/pistachio/Makefile index 8bafaa0b21..cec8614a13 100644 --- a/target/linux/pistachio/Makefile +++ b/target/linux/pistachio/Makefile @@ -10,6 +10,7 @@ BOARDNAME:=MIPS pistachio FEATURES:=fpu usb usbgadget squashfs targz nand CPU_TYPE:=24kc CPU_SUBTYPE:=24kf +SUBTARGETS:=generic KERNEL_PATCHVER:=5.10 |