1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-12-25 09:33:20 +02:00

[package] udevtrigger depends on 2.6 kernels

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17509 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2009-09-03 18:49:47 +00:00
parent 9372ff9d8f
commit e5e3afbd5a

View File

@ -22,6 +22,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/udevtrigger define Package/udevtrigger
SECTION:=base SECTION:=base
CATEGORY:=Base system CATEGORY:=Base system
DEPENDS:=@LINUX_2_6
TITLE:=Small utility to request kernel devices events for coldplug TITLE:=Small utility to request kernel devices events for coldplug
URL:=http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html URL:=http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html
MAINTAINER:=Geoff Levand <geoffrey.levand@am.sony.com> MAINTAINER:=Geoff Levand <geoffrey.levand@am.sony.com>