mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-07-06 18:27:06 +08:00
10 lines
200 B
Makefile
10 lines
200 B
Makefile
![]() |
BOARDNAME:=SAMA5D3 (Cortex-A5)
|
||
|
CPU_TYPE:=cortex-a5
|
||
|
|
||
|
DEFAULT_PACKAGES += kmod-usb2
|
||
|
|
||
|
define Target/Description
|
||
|
Build generic firmware for SAMA5D3 AT91 platforms
|
||
|
using the ARMv7 instruction set.
|
||
|
endef
|