2012-07-25 04:39:17 +08:00
|
|
|
#
|
2015-02-11 21:05:31 +08:00
|
|
|
# Copyright (C) 2015 OpenWrt.org
|
2012-07-25 04:39:17 +08:00
|
|
|
#
|
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
|
#
|
|
|
|
|
|
2015-11-22 05:25:04 +08:00
|
|
|
define Profile/RaspberryPi
|
|
|
|
|
NAME:=Raspberry Pi Models B/B+/CM
|
2012-07-25 04:39:17 +08:00
|
|
|
endef
|
2015-11-22 05:25:04 +08:00
|
|
|
define Profile/RaspberryPi/Description
|
|
|
|
|
Raspberry Pi Models B/B+/CM
|
2015-07-17 20:47:50 +08:00
|
|
|
endef
|
2015-11-22 05:25:04 +08:00
|
|
|
$(eval $(call Profile,RaspberryPi))
|