2012-07-24 20:39:17 +00:00
|
|
|
#
|
2015-02-11 13:05:31 +00:00
|
|
|
# Copyright (C) 2015 OpenWrt.org
|
2012-07-24 20:39:17 +00:00
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
|
2015-11-21 21:25:04 +00:00
|
|
|
define Profile/RaspberryPi
|
|
|
|
NAME:=Raspberry Pi Models B/B+/CM
|
2012-07-24 20:39:17 +00:00
|
|
|
endef
|
2015-11-21 21:25:04 +00:00
|
|
|
define Profile/RaspberryPi/Description
|
|
|
|
Raspberry Pi Models B/B+/CM
|
2015-07-17 12:47:50 +00:00
|
|
|
endef
|
2015-11-21 21:25:04 +00:00
|
|
|
$(eval $(call Profile,RaspberryPi))
|