Commit 95f17bf7 authored by Mike Frysinger's avatar Mike Frysinger Committed by Peter Korsgaard
Browse files

lsuio: new UIO helper package

parent 56a2e82c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2,6 +2,8 @@

	Updated/fixed packages: cloop, m4, openssh, xz

	New packages: lsuio

2010.11, Released November 30th, 2010:

	Fixes all over the tree.
+1 −0
Original line number Diff line number Diff line
@@ -175,6 +175,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"
+6 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_LSUIO
	bool "lsuio"
	help
	  list available userspace I/O (UIO) devices

	  http://www.osadl.org/UIO.uio.0.html

package/lsuio/lsuio.mk

0 → 100644
+11 −0
Original line number Diff line number Diff line
#############################################################
#
# 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))