From 4ea54b827ffc7a3880ef34d7394c477d62c9d79d Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Thu, 27 Mar 2014 06:36:57 +0000 Subject: ar71xx: add profile and build firmware image for the Oolite v1 board MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Patch-by: Lars Bøgild Thomsen Patchwork: http://patchwork.openwrt.org/patch/4922/ Signed-off-by: Gabor Juhos SVN-Revision: 40036 --- target/linux/ar71xx/generic/profiles/oolite.mk | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 target/linux/ar71xx/generic/profiles/oolite.mk (limited to 'target/linux/ar71xx/generic/profiles/oolite.mk') diff --git a/target/linux/ar71xx/generic/profiles/oolite.mk b/target/linux/ar71xx/generic/profiles/oolite.mk new file mode 100644 index 0000000000..448f08d693 --- /dev/null +++ b/target/linux/ar71xx/generic/profiles/oolite.mk @@ -0,0 +1,18 @@ +# +# Copyright (C) 2009 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +define Profile/OOLITE + NAME:=OOLITE + PACKAGES:=kmod-usb-core kmod-usb2 kmod-ledtrig-usbdev +endef + + +define Profile/OOLITE/Description + Package set optimized for the OOLITE. +endef +$(eval $(call Profile,OOLITE)) + -- cgit v1.2.3