[openwrt/openwrt] rtl838x: do not default to the router DEVICE_TYPE
LEDE Commits
lede-commits at lists.infradead.org
Thu Oct 15 02:32:38 EDT 2020
blogic pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/f422488337c695373afd8c411484534e06dd874d
commit f422488337c695373afd8c411484534e06dd874d
Author: Andreas Oberritter <obi at saftware.de>
AuthorDate: Sat Oct 3 01:11:17 2020 +0200
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 at saftware.de>
---
target/linux/rtl838x/Makefile | 1 +
1 file changed, 1 insertion(+)
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
More information about the lede-commits
mailing list