mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-18 02:40:19 +00:00
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>
This commit is contained in:
parent
0c26c9395b
commit
f422488337
@ -7,6 +7,7 @@ ARCH:=mips
|
||||
CPU_TYPE:=4kec
|
||||
BOARD:=rtl838x
|
||||
BOARDNAME:=Realtek MIPS
|
||||
DEVICE_TYPE:=basic
|
||||
FEATURES:=ramdisk squashfs
|
||||
|
||||
KERNEL_PATCHVER:=5.4
|
||||
|
Loading…
Reference in New Issue
Block a user