diff options
author | Birger Koblitz <git@birger-koblitz.de> | 2022-01-19 18:14:02 +0100 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2022-02-17 15:21:47 +0000 |
commit | 0b8dfe085180b58b81d2657c76b080168e3bc8df (patch) | |
tree | cfdae67dcbcde51d55bce5da8f0404e03f47de4d /target/linux/realtek/Makefile | |
parent | 9ed609705481adc95360463488e8f5081665e536 (diff) | |
download | upstream-0b8dfe085180b58b81d2657c76b080168e3bc8df.tar.gz upstream-0b8dfe085180b58b81d2657c76b080168e3bc8df.tar.bz2 upstream-0b8dfe085180b58b81d2657c76b080168e3bc8df.zip |
realtek: Add RTL931X sub-target
We add the RTL931X sub-target with kernel configuration for
a dual core MIPS InterAptive CPU.
Signed-off-by: Sebastian Gottschall <s.gottschall@dd-wrt.com>
Signed-off-by: Birger Koblitz <git@birger-koblitz.de>
Diffstat (limited to 'target/linux/realtek/Makefile')
-rw-r--r-- | target/linux/realtek/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/realtek/Makefile b/target/linux/realtek/Makefile index 26b7d0afaa..704242a000 100644 --- a/target/linux/realtek/Makefile +++ b/target/linux/realtek/Makefile @@ -7,7 +7,7 @@ BOARD:=realtek BOARDNAME:=Realtek MIPS DEVICE_TYPE:=basic FEATURES:=ramdisk squashfs -SUBTARGETS:=rtl838x rtl839x rtl930x +SUBTARGETS:=rtl838x rtl839x rtl930x rtl931x KERNEL_PATCHVER:=5.10 |