mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-23 15:32:33 +00:00
94d8b4852b
Our current Makefiles a little bit messy and can be improved somewhat, both in whitespace and in style. Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
15 lines
291 B
Makefile
15 lines
291 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
ARCH:=mips
|
|
SUBTARGET:=rtl838x
|
|
CPU_TYPE:=4kec
|
|
BOARD:=realtek
|
|
BOARDNAME:=Realtek MIPS RTL838X
|
|
|
|
KERNEL_PATCHVER:=5.10
|
|
|
|
define Target/Description
|
|
Build firmware images for Realtek RTL838x based boards.
|
|
endef
|
|
|
|
FEATURES := $(filter-out mips16,$(FEATURES))
|