mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42418 3c298f89-4303-0410-b956-a3cf2f4a3e73
15 lines
362 B
Makefile
15 lines
362 B
Makefile
#
|
|
# Copyright (C) 2014 OpenWrt.org
|
|
#
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
# See /LICENSE for more information.
|
|
#
|
|
|
|
define Profile/AT91SAMA5D3XPLAINED
|
|
NAME:=Atmel AT91SAMA5D3XPLAINED
|
|
endef
|
|
define Profile/AT91SAMA5D3XPLAINED/Description
|
|
Atmel AT91SAMA5D3EXPLAINED eval board
|
|
endef
|
|
$(eval $(call Profile,AT91SAMA5D3XPLAINED))
|