diff options
author | Birger Koblitz <git@birger-koblitz.de> | 2022-01-17 15:25:33 +0100 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2022-02-17 15:21:47 +0000 |
commit | 400676e4429306ec836174847ae7fb8504c63263 (patch) | |
tree | f8850b10d56c02e77c56a4d42743492e78cb2801 /target/linux/realtek/rtl930x/target.mk | |
parent | 7026084066fb6e2a7c40a4620f0fb6182b68c5cb (diff) | |
download | upstream-400676e4429306ec836174847ae7fb8504c63263.tar.gz upstream-400676e4429306ec836174847ae7fb8504c63263.tar.bz2 upstream-400676e4429306ec836174847ae7fb8504c63263.zip |
realtek: Add RTL930X sub-target
Adds the sub-target for the RTL930X-based routers. Adds an
initial kernel configuration.
Signed-off-by: Birger Koblitz <git@birger-koblitz.de>
Diffstat (limited to 'target/linux/realtek/rtl930x/target.mk')
-rw-r--r-- | target/linux/realtek/rtl930x/target.mk | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/target/linux/realtek/rtl930x/target.mk b/target/linux/realtek/rtl930x/target.mk new file mode 100644 index 0000000000..f6f204d006 --- /dev/null +++ b/target/linux/realtek/rtl930x/target.mk @@ -0,0 +1,13 @@ +# SPDX-License-Identifier: GPL-2.0-only +ARCH:=mips +SUBTARGET:=rtl930x +CPU_TYPE:=24kc +BOARD:=realtek +BOARDNAME:=Realtek MIPS RTL930X + +KERNEL_PATCHVER:=5.10 + +define Target/Description + Build firmware images for Realtek RTL930x based boards. +endef + |