brcm2708: add Raspberry Pi Compute Module support
[openwrt/svn-archive/archive.git] / target / linux / brcm2708 / bcm2708 / profiles / RaspberryPi.mk
1 #
2 # Copyright (C) 2015 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7
8 define Profile/Default
9 NAME:=Raspberry Pi
10 endef
11 define Profile/Default/Description
12 Raspberry Pi
13 endef
14 $(eval $(call Profile,Default))
15
16 define Profile/RaspberryPi_B
17 NAME:=Raspberry Pi Model B
18 endef
19 define Profile/RaspberryPi_B/Description
20 Raspberry Pi Model B
21 endef
22 $(eval $(call Profile,RaspberryPi_B))
23
24 define Profile/RaspberryPi_BPlus
25 NAME:=Raspberry Pi Model B+
26 endef
27 define Profile/RaspberryPi_BPlus/Description
28 Raspberry Pi Model B+
29 endef
30 $(eval $(call Profile,RaspberryPi_BPlus))
31
32 define Profile/RaspberryPi_CM
33 NAME:=Raspberry Pi Compute Module
34 endef
35 define Profile/RaspberryPi_CM/Description
36 Raspberry Pi Model Compute Module
37 endef
38 $(eval $(call Profile,RaspberryPi_CM))