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
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ ARCH:=mips
|
||||||
CPU_TYPE:=4kec
|
CPU_TYPE:=4kec
|
||||||
BOARD:=rtl838x
|
BOARD:=rtl838x
|
||||||
BOARDNAME:=Realtek MIPS
|
BOARDNAME:=Realtek MIPS
|
||||||
|
DEVICE_TYPE:=basic
|
||||||
FEATURES:=ramdisk squashfs
|
FEATURES:=ramdisk squashfs
|
||||||
|
|
||||||
KERNEL_PATCHVER:=5.4
|
KERNEL_PATCHVER:=5.4
|
||||||
|
|
Loading…
Reference in a new issue