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-07-17 12:47:50 +00:00
|
|
|
define Profile/Default
|
2015-02-11 13:05:31 +00:00
|
|
|
NAME:=Raspberry Pi
|
2012-07-24 20:39:17 +00:00
|
|
|
endef
|
2015-07-17 12:47:50 +00:00
|
|
|
define Profile/Default/Description
|
|
|
|
Raspberry Pi
|
|
|
|
endef
|
|
|
|
$(eval $(call Profile,Default))
|
2012-07-24 20:39:17 +00:00
|
|
|
|
2015-07-17 12:47:50 +00:00
|
|
|
define Profile/RaspberryPi_B
|
|
|
|
NAME:=Raspberry Pi Model B
|
|
|
|
endef
|
|
|
|
define Profile/RaspberryPi_B/Description
|
|
|
|
Raspberry Pi Model B
|
2012-07-24 20:39:17 +00:00
|
|
|
endef
|
2015-07-17 12:47:50 +00:00
|
|
|
$(eval $(call Profile,RaspberryPi_B))
|
2012-07-24 20:39:17 +00:00
|
|
|
|
2015-07-17 12:47:50 +00:00
|
|
|
define Profile/RaspberryPi_BPlus
|
|
|
|
NAME:=Raspberry Pi Model B+
|
|
|
|
endef
|
|
|
|
define Profile/RaspberryPi_BPlus/Description
|
|
|
|
Raspberry Pi Model B+
|
|
|
|
endef
|
|
|
|
$(eval $(call Profile,RaspberryPi_BPlus))
|