mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-04 11:07:43 +01:00
Now the rtl931x target has real devices that need to be built. Remove the source-only flag to make the images available. Signed-off-by: Sven Eckelmann <se@simonwunderlich.de> Link: https://github.com/openwrt/openwrt/pull/20172 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
10 lines
222 B
Makefile
10 lines
222 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
ARCH:=mips
|
|
SUBTARGET:=rtl931x
|
|
CPU_TYPE:=24kc
|
|
BOARD:=realtek
|
|
BOARDNAME:=Realtek MIPS RTL931X
|
|
|
|
define Target/Description
|
|
Build firmware images for Realtek RTL931x based boards.
|
|
endef
|