From 13d6048e0600273af1fa4fca7b29d4f5b4852000 Mon Sep 17 00:00:00 2001 From: Christian Marangi Date: Mon, 19 Dec 2022 16:44:29 +0100 Subject: [PATCH] ath25: add generic subtarget Same game as for 853e4dd3062df7cb5704b15d6af6730e3194b571. Add generic to the filenames. Signed-off-by: Christian Marangi --- target/linux/ath25/Makefile | 1 + target/linux/ath25/generic/target.mk | 1 + 2 files changed, 2 insertions(+) create mode 100644 target/linux/ath25/generic/target.mk diff --git a/target/linux/ath25/Makefile b/target/linux/ath25/Makefile index ebbc9141d9..4675962e6f 100644 --- a/target/linux/ath25/Makefile +++ b/target/linux/ath25/Makefile @@ -8,6 +8,7 @@ ARCH:=mips BOARD:=ath25 BOARDNAME:=Atheros AR231x/AR5312 FEATURES:=squashfs low_mem small_flash +SUBTARGETS:=generic KERNEL_PATCHVER:=5.10 KERNEL_TESTING_PATCHVER:=5.10 diff --git a/target/linux/ath25/generic/target.mk b/target/linux/ath25/generic/target.mk new file mode 100644 index 0000000000..f5cb1fb19b --- /dev/null +++ b/target/linux/ath25/generic/target.mk @@ -0,0 +1 @@ +BOARDNAME:=Generic -- 2.30.2