2015-02-11 13:05:31 +00:00
|
|
|
#
|
|
|
|
# Copyright (C) 2015 OpenWrt.org
|
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
|
2015-07-17 12:47:50 +00:00
|
|
|
define Profile/RaspberryPi_2
|
|
|
|
NAME:=Raspberry Pi 2 Model B
|
2015-02-11 13:05:31 +00:00
|
|
|
endef
|
2015-07-17 12:47:50 +00:00
|
|
|
define Profile/RaspberryPi_2/Description
|
|
|
|
Raspberry Pi 2 Model B
|
2015-02-11 13:05:31 +00:00
|
|
|
endef
|
2015-07-17 12:47:50 +00:00
|
|
|
$(eval $(call Profile,RaspberryPi_2))
|