diff options
author | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-07-24 20:39:17 +0000 |
---|---|---|
committer | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-07-24 20:39:17 +0000 |
commit | 1df0438a5e579890ff94bcd145fb164e1d3ed25e (patch) | |
tree | 6d38108969c18ba8fdad3cd124d7d4183adf2263 /target/linux/brcm2708/profiles | |
parent | 397a97c9f849b544e920bf4e90fcca430931026b (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.mk | 17 |
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 0000000000..8d10203e1f --- /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)) + |