diff options
author | Andreas Oberritter <obi@saftware.de> | 2020-10-03 01:11:17 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2020-10-15 08:32:31 +0200 |
commit | f422488337c695373afd8c411484534e06dd874d (patch) | |
tree | b8fbde2f04d9dd93c2df6f69e121302170981774 | |
parent | 0c26c9395bafb905a7eab240bdfc52cef686cd62 (diff) | |
download | upstream-f422488337c695373afd8c411484534e06dd874d.tar.gz upstream-f422488337c695373afd8c411484534e06dd874d.tar.bz2 upstream-f422488337c695373afd8c411484534e06dd874d.zip |
rtl838x: do not default to the router DEVICE_TYPE
The router profile installs many packages unnecessary for
the operation of a typical ethernet switch. Instead of creating
an empty switch profile upfront, use the basic profile until
a set of common packages crystallizes.
Signed-off-by: Andreas Oberritter <obi@saftware.de>
-rw-r--r-- | target/linux/rtl838x/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/rtl838x/Makefile b/target/linux/rtl838x/Makefile index 764b94ae38..c4138c7a9a 100644 --- a/target/linux/rtl838x/Makefile +++ b/target/linux/rtl838x/Makefile @@ -7,6 +7,7 @@ ARCH:=mips CPU_TYPE:=4kec BOARD:=rtl838x BOARDNAME:=Realtek MIPS +DEVICE_TYPE:=basic FEATURES:=ramdisk squashfs KERNEL_PATCHVER:=5.4 |