From 21845cb45da7b6da12fe977b38bfa68d4f72d9c1 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Fri, 1 Aug 2014 20:51:24 +0000 Subject: ramips: Add support for VoCore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is based and tested on VoCore Alpha, but other stuff like status/eth LEDs are present on the final board revision + VoDock. All GPIOs are exported, except spi/i2c. Signed-off-by: Álvaro Fernández Rojas SVN-Revision: 41939 --- target/linux/ramips/rt305x/profiles/vocore.mk | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 target/linux/ramips/rt305x/profiles/vocore.mk (limited to 'target/linux/ramips/rt305x/profiles/vocore.mk') diff --git a/target/linux/ramips/rt305x/profiles/vocore.mk b/target/linux/ramips/rt305x/profiles/vocore.mk new file mode 100644 index 0000000000..11fb634beb --- /dev/null +++ b/target/linux/ramips/rt305x/profiles/vocore.mk @@ -0,0 +1,19 @@ +# +# Copyright (C) 2014 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +define Profile/VOCORE + NAME:=VoCore + PACKAGES:=\ + kmod-usb-core kmod-usb-ohci kmod-usb2 \ + kmod-i2c-core kmod-i2c-ralink +endef + +define Profile/VOCORE/Description + Package set for VoCore board +endef + +$(eval $(call Profile,VOCORE)) -- cgit v1.2.3