aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/generic
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2014-03-27 06:36:57 +0000
committerGabor Juhos <juhosg@openwrt.org>2014-03-27 06:36:57 +0000
commit4ea54b827ffc7a3880ef34d7394c477d62c9d79d (patch)
treee870d7269d76b2c8949402589203ef5a53b329ec /target/linux/ar71xx/generic
parentd9341f97edfff4482b12a0cf2239e69fc55b1921 (diff)
downloadupstream-4ea54b827ffc7a3880ef34d7394c477d62c9d79d.tar.gz
upstream-4ea54b827ffc7a3880ef34d7394c477d62c9d79d.tar.bz2
upstream-4ea54b827ffc7a3880ef34d7394c477d62c9d79d.zip
ar71xx: add profile and build firmware image for the Oolite v1 board
Patch-by: Lars Bøgild Thomsen <lth@cow.dk> Patchwork: http://patchwork.openwrt.org/patch/4922/ Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 40036
Diffstat (limited to 'target/linux/ar71xx/generic')
-rw-r--r--target/linux/ar71xx/generic/profiles/oolite.mk18
1 files changed, 18 insertions, 0 deletions
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))
+