forked from Ivasoft/openwrt
brcm2708: add Raspberry Pi Compute Module support
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 46403
This commit is contained in:
@@ -28,3 +28,11 @@ 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))
|
||||
|
||||
Reference in New Issue
Block a user