mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 22:23:27 +00:00
8de54c2ce6
Adds the initial Makefile for the RTL839x sub-architecture. Signed-off-by: Birger Koblitz <git@birger-koblitz.de>
14 lines
246 B
Makefile
14 lines
246 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
ARCH:=mips
|
|
SUBTARGET:=rtl839x
|
|
CPU_TYPE:=24kc
|
|
BOARD:=realtek
|
|
BOARDNAME:=Realtek MIPS RTL839X
|
|
|
|
KERNEL_PATCHVER:=5.10
|
|
|
|
define Target/Description
|
|
Build firmware images for Realtek RTL839x based boards.
|
|
endef
|
|
|