From f422488337c695373afd8c411484534e06dd874d Mon Sep 17 00:00:00 2001 From: Andreas Oberritter Date: Sat, 3 Oct 2020 01:11:17 +0200 Subject: 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 --- target/linux/rtl838x/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'target/linux/rtl838x') 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 -- cgit v1.2.3