diff options
author | John Crispin <john@openwrt.org> | 2015-02-11 13:05:31 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-02-11 13:05:31 +0000 |
commit | cafc77f74c6fff0dc63e0968a58be0e3613f0985 (patch) | |
tree | 2b196a68f3cfe0a4b5b04dcae7048ea7a581a5f7 /target/linux/brcm2708/profiles/100-RaspberryPi.mk | |
parent | 146c9aff275c5f075a29641e2d6d38153e96696e (diff) | |
download | upstream-cafc77f74c6fff0dc63e0968a58be0e3613f0985.tar.gz upstream-cafc77f74c6fff0dc63e0968a58be0e3613f0985.tar.bz2 upstream-cafc77f74c6fff0dc63e0968a58be0e3613f0985.zip |
brcm2708: add Raspberry Pi 2 support
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 44403
Diffstat (limited to 'target/linux/brcm2708/profiles/100-RaspberryPi.mk')
-rw-r--r-- | target/linux/brcm2708/profiles/100-RaspberryPi.mk | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/target/linux/brcm2708/profiles/100-RaspberryPi.mk b/target/linux/brcm2708/profiles/100-RaspberryPi.mk deleted file mode 100644 index 8d10203e1f..0000000000 --- a/target/linux/brcm2708/profiles/100-RaspberryPi.mk +++ /dev/null @@ -1,17 +0,0 @@ -# -# 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)) - |