Author: blogic Date: 2015-07-17 14:49:27 +0200 (Fri, 17 Jul 2015) New Revision: 46403
Modified: trunk/target/linux/brcm2708/bcm2708/profiles/RaspberryPi.mk trunk/target/linux/brcm2708/image/Makefile Log: brcm2708: add Raspberry Pi Compute Module support Signed-off-by: ?\195?\129lvaro Fern?\195?\161ndez Rojas <[email protected]> Modified: trunk/target/linux/brcm2708/bcm2708/profiles/RaspberryPi.mk =================================================================== --- trunk/target/linux/brcm2708/bcm2708/profiles/RaspberryPi.mk 2015-07-17 12:49:09 UTC (rev 46402) +++ trunk/target/linux/brcm2708/bcm2708/profiles/RaspberryPi.mk 2015-07-17 12:49:27 UTC (rev 46403) @@ -28,3 +28,11 @@ 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)) Modified: trunk/target/linux/brcm2708/image/Makefile =================================================================== --- trunk/target/linux/brcm2708/image/Makefile 2015-07-17 12:49:09 UTC (rev 46402) +++ trunk/target/linux/brcm2708/image/Makefile 2015-07-17 12:49:27 UTC (rev 46403) @@ -73,6 +73,8 @@ $(eval $(call add_bcm2708,RaspberryPi_B,rpi-b,bcm2708-rpi-b)) # Raspberry Pi Model B+ $(eval $(call add_bcm2708,RaspberryPi_BPlus,rpi-b-plus,bcm2708-rpi-b-plus)) + # Raspberry Pi Compute Module + $(eval $(call add_bcm2708,RaspberryPi_CM,rpi-cm,bcm2708-rpi-cm)) endif ### BCM2709/BCM2836 ### _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
