* [Buildroot] [PATCH] lsuio: new UIO helper package
@ 2010-11-20 6:52 Mike Frysinger
2010-12-07 21:57 ` Peter Korsgaard
0 siblings, 1 reply; 2+ messages in thread
From: Mike Frysinger @ 2010-11-20 6:52 UTC (permalink / raw)
To: buildroot
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
---
package/Config.in | 1 +
package/lsuio/Config.in | 6 ++++++
package/lsuio/lsuio.mk | 11 +++++++++++
3 files changed, 18 insertions(+), 0 deletions(-)
create mode 100644 package/lsuio/Config.in
create mode 100644 package/lsuio/lsuio.mk
diff --git a/package/Config.in b/package/Config.in
index fb0dee8..bd348a4 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -177,6 +177,7 @@ source "package/input-tools/Config.in"
source "package/iostat/Config.in"
source "package/kbd/Config.in"
source "package/lm-sensors/Config.in"
+source "package/lsuio/Config.in"
source "package/lvm2/Config.in"
source "package/makedevs/Config.in"
source "package/mdadm/Config.in"
diff --git a/package/lsuio/Config.in b/package/lsuio/Config.in
new file mode 100644
index 0000000..675a318
--- /dev/null
+++ b/package/lsuio/Config.in
@@ -0,0 +1,6 @@
+config BR2_PACKAGE_LSUIO
+ bool "lsuio"
+ help
+ list available userspace I/O (UIO) devices
+
+ http://www.osadl.org/UIO.uio.0.html
diff --git a/package/lsuio/lsuio.mk b/package/lsuio/lsuio.mk
new file mode 100644
index 0000000..2a867b7
--- /dev/null
+++ b/package/lsuio/lsuio.mk
@@ -0,0 +1,11 @@
+#############################################################
+#
+# lsuio
+#
+#############################################################
+
+LSUIO_VERSION = 0.2.0
+LSUIO_SOURCE = lsuio-$(LSUIO_VERSION).tar.gz
+LSUIO_SITE = http://www.osadl.org/projects/downloads/UIO/user
+
+$(eval $(call AUTOTARGETS,package,lsuio))
--
1.7.3.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] lsuio: new UIO helper package
2010-11-20 6:52 [Buildroot] [PATCH] lsuio: new UIO helper package Mike Frysinger
@ 2010-12-07 21:57 ` Peter Korsgaard
0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2010-12-07 21:57 UTC (permalink / raw)
To: buildroot
>>>>> "Mike" == Mike Frysinger <vapier@gentoo.org> writes:
Mike> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-12-07 21:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-20 6:52 [Buildroot] [PATCH] lsuio: new UIO helper package Mike Frysinger
2010-12-07 21:57 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox