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:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user