Archived
1
0
This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
archive/target/linux/brcm2708/bcm2708/profiles/RaspberryPi.mk
John Crispin 3d577e06a8 brcm2708: add support for multi-device images
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>

SVN-Revision: 47561
2015-11-21 21:25:04 +00:00

15 lines
332 B
Makefile

#
# Copyright (C) 2015 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
define Profile/RaspberryPi
NAME:=Raspberry Pi Models B/B+/CM
endef
define Profile/RaspberryPi/Description
Raspberry Pi Models B/B+/CM
endef
$(eval $(call Profile,RaspberryPi))