mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-07-02 12:47:15 +08:00

Make it into a direct brush package, making it convenient for software to brush into EMMC without the need for SD or USB drive u-boot: https://github.com/shiyu1314/u-boot-onecloud/releases SD firmware conversion to direct flash firmware: https://github.com/shiyu1314/openwrt-onecloud Signed-off-by: Li Xueli <1052672227@qq.com>
15 lines
315 B
Makefile
15 lines
315 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# Copyright (C) 2006-2013 OpenWrt.org
|
|
|
|
ARCH:=arm
|
|
SUBTARGET:=meson8b
|
|
BOARDNAME:=Amlogic S805 boards (32 bit)
|
|
CPU_TYPE:=cortex-a5
|
|
CPU_SUBTYPE:=vfpv4
|
|
|
|
define Target/Description
|
|
Build firmware image for Amlogic S805 SoC devices.
|
|
This firmware features a 32 bit kernel.
|
|
endef
|