summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm2708/profiles
diff options
context:
space:
mode:
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-07-24 20:39:17 +0000
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-07-24 20:39:17 +0000
commit1df0438a5e579890ff94bcd145fb164e1d3ed25e (patch)
tree6d38108969c18ba8fdad3cd124d7d4183adf2263 /target/linux/brcm2708/profiles
parent397a97c9f849b544e920bf4e90fcca430931026b (diff)
[brcm2708] adds target used by rapsberry pi
Add support for Raspberry Pi / brcm2708 / 2835 Signed-off-by: Ian Ridge <ianridge [at] gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32825 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm2708/profiles')
-rw-r--r--target/linux/brcm2708/profiles/100-RaspberryPi.mk17
1 files changed, 17 insertions, 0 deletions
diff --git a/target/linux/brcm2708/profiles/100-RaspberryPi.mk b/target/linux/brcm2708/profiles/100-RaspberryPi.mk
new file mode 100644
index 000000000..8d10203e1
--- /dev/null
+++ b/target/linux/brcm2708/profiles/100-RaspberryPi.mk
@@ -0,0 +1,17 @@
+#
+# Copyright (C) 2012 OpenWrt.org
+#
+# This is free software, licensed under the GNU General Public License v2.
+# See /LICENSE for more information.
+#
+
+define Profile/RaspberryPi
+ NAME:=RaspberryPi
+endef
+
+define Profile/RaspberryPi/Description
+ RaspberryPi board
+endef
+
+$(eval $(call Profile,RaspberryPi))
+