mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 21:58:04 +00:00
9 lines
199 B
Makefile
9 lines
199 B
Makefile
|
define Device/at91-sama5d3_xplained
|
||
|
$(Device/evaluation-dtb)
|
||
|
DEVICE_TITLE := Atmel AT91SAMA5D3XPLAINED
|
||
|
KERNEL_SIZE := 6144k
|
||
|
SUBPAGESIZE := 2048
|
||
|
endef
|
||
|
TARGET_DEVICES += at91-sama5d3_xplained
|
||
|
|