pistachio: add generic subtarget
Same game as for 853e4dd306
. Add generic
to the filenames.
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
This commit is contained in:
parent
8e2e67d117
commit
314d997e26
2 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,7 @@ BOARDNAME:=MIPS pistachio
|
||||||
FEATURES:=fpu usb usbgadget squashfs targz nand
|
FEATURES:=fpu usb usbgadget squashfs targz nand
|
||||||
CPU_TYPE:=24kc
|
CPU_TYPE:=24kc
|
||||||
CPU_SUBTYPE:=24kf
|
CPU_SUBTYPE:=24kf
|
||||||
|
SUBTARGETS:=generic
|
||||||
|
|
||||||
KERNEL_PATCHVER:=5.10
|
KERNEL_PATCHVER:=5.10
|
||||||
|
|
||||||
|
|
1
target/linux/pistachio/generic/target.mk
Normal file
1
target/linux/pistachio/generic/target.mk
Normal file
|
@ -0,0 +1 @@
|
||||||
|
BOARDNAME:=Generic
|
Loading…
Reference in a new issue