diff options
author | Christian Marangi <ansuelsmth@gmail.com> | 2022-12-19 16:44:29 +0100 |
---|---|---|
committer | Christian Marangi <ansuelsmth@gmail.com> | 2022-12-23 19:44:14 +0100 |
commit | 13d6048e0600273af1fa4fca7b29d4f5b4852000 (patch) | |
tree | 7d6cebeba1076c50298580703ec27bc60c0a426f /target/linux/ath25/Makefile | |
parent | 376eb2d9240520e793d8f62996693152d136b465 (diff) | |
download | upstream-13d6048e0600273af1fa4fca7b29d4f5b4852000.tar.gz upstream-13d6048e0600273af1fa4fca7b29d4f5b4852000.tar.bz2 upstream-13d6048e0600273af1fa4fca7b29d4f5b4852000.zip |
ath25: 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/ath25/Makefile')
-rw-r--r-- | target/linux/ath25/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |