[openwrt/openwrt] pistachio: add generic subtarget

LEDE Commits lede-commits at lists.infradead.org
Fri Dec 23 10:44:33 PST 2022


ansuel pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/314d997e26184718713ba5a14514367edcb2661f

commit 314d997e26184718713ba5a14514367edcb2661f
Author: Christian Marangi <ansuelsmth at gmail.com>
AuthorDate: Mon Dec 19 16:47:16 2022 +0100

    pistachio: add generic subtarget
    
    Same game as for 853e4dd3062df7cb5704b15d6af6730e3194b571. Add generic
    to the filenames.
    
    Signed-off-by: Christian Marangi <ansuelsmth at gmail.com>
---
 target/linux/pistachio/Makefile          | 1 +
 target/linux/pistachio/generic/target.mk | 1 +
 2 files changed, 2 insertions(+)

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
 
diff --git a/target/linux/pistachio/generic/target.mk b/target/linux/pistachio/generic/target.mk
new file mode 100644
index 0000000000..f5cb1fb19b
--- /dev/null
+++ b/target/linux/pistachio/generic/target.mk
@@ -0,0 +1 @@
+BOARDNAME:=Generic




More information about the lede-commits mailing list