diff options
| author | Andreas Oberritter | 2020-10-02 23:11:17 +0000 |
|---|---|---|
| committer | John Crispin | 2020-10-15 06:32:31 +0000 |
| commit | f422488337c695373afd8c411484534e06dd874d (patch) | |
| tree | b8fbde2f04d9dd93c2df6f69e121302170981774 | |
| parent | 0c26c9395bafb905a7eab240bdfc52cef686cd62 (diff) | |
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 |