[openwrt/openwrt] octeontx: add generic subtarget

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


ansuel pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/8e2e67d117c6c957443b42b08a010e6c0defae42

commit 8e2e67d117c6c957443b42b08a010e6c0defae42
Author: Christian Marangi <ansuelsmth at gmail.com>
AuthorDate: Mon Dec 19 16:46:56 2022 +0100

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

diff --git a/target/linux/octeontx/Makefile b/target/linux/octeontx/Makefile
index eb90529740..68a8259b76 100644
--- a/target/linux/octeontx/Makefile
+++ b/target/linux/octeontx/Makefile
@@ -8,6 +8,7 @@ ARCH:=aarch64
 BOARD:=octeontx
 BOARDNAME:=Octeon-TX
 FEATURES:=targz pcie gpio rtc usb fpu
+SUBTARGETS:=generic
 
 KERNEL_PATCHVER:=5.10
 
diff --git a/target/linux/octeontx/generic/target.mk b/target/linux/octeontx/generic/target.mk
new file mode 100644
index 0000000000..f5cb1fb19b
--- /dev/null
+++ b/target/linux/octeontx/generic/target.mk
@@ -0,0 +1 @@
+BOARDNAME:=Generic




More information about the lede-commits mailing list