2
0
forked from Ivasoft/openwrt

brcm2708: add support for multi-device images

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>

SVN-Revision: 47561
This commit is contained in:
John Crispin
2015-11-21 21:25:04 +00:00
parent a429d6998e
commit 31f9aec7d6
3 changed files with 16 additions and 44 deletions

View File

@@ -5,34 +5,10 @@
# See /LICENSE for more information.
#
define Profile/Default
NAME:=Raspberry Pi
define Profile/RaspberryPi
NAME:=Raspberry Pi Models B/B+/CM
endef
define Profile/Default/Description
Raspberry Pi
define Profile/RaspberryPi/Description
Raspberry Pi Models B/B+/CM
endef
$(eval $(call Profile,Default))
define Profile/RaspberryPi_B
NAME:=Raspberry Pi Model B
endef
define Profile/RaspberryPi_B/Description
Raspberry Pi Model B
endef
$(eval $(call Profile,RaspberryPi_B))
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))
define Profile/RaspberryPi_CM
NAME:=Raspberry Pi Compute Module
endef
define Profile/RaspberryPi_CM/Description
Raspberry Pi Model Compute Module
endef
$(eval $(call Profile,RaspberryPi_CM))
$(eval $(call Profile,RaspberryPi))