mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-07 03:29:36 +00: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
|