From cafc77f74c6fff0dc63e0968a58be0e3613f0985 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Wed, 11 Feb 2015 13:05:31 +0000 Subject: brcm2708: add Raspberry Pi 2 support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Álvaro Fernández Rojas SVN-Revision: 44403 --- target/linux/brcm2708/bcm2708/profiles/RaspberryPi.mk | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 target/linux/brcm2708/bcm2708/profiles/RaspberryPi.mk (limited to 'target/linux/brcm2708/bcm2708/profiles/RaspberryPi.mk') diff --git a/target/linux/brcm2708/bcm2708/profiles/RaspberryPi.mk b/target/linux/brcm2708/bcm2708/profiles/RaspberryPi.mk new file mode 100644 index 0000000000..94d0a068c0 --- /dev/null +++ b/target/linux/brcm2708/bcm2708/profiles/RaspberryPi.mk @@ -0,0 +1,16 @@ +# +# Copyright (C) 2015 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +define Profile/RaspberryPi + NAME:=Raspberry Pi +endef + +define Profile/RaspberryPi/Description + Raspberry Pi board +endef + +$(eval $(call Profile,RaspberryPi)) -- cgit v1.2.3