udevtrigger depends on 2.6 kernels
SVN-Revision: 17509
This commit is contained in:
parent
e8727498cb
commit
ff8d3f63b1
1 changed files with 6 additions and 5 deletions
|
@ -20,11 +20,12 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)/udev-$(PKG_VERSION)
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
define Package/udevtrigger
|
define Package/udevtrigger
|
||||||
SECTION:=base
|
SECTION:=base
|
||||||
CATEGORY:=Base system
|
CATEGORY:=Base system
|
||||||
TITLE:=Small utility to request kernel devices events for coldplug
|
DEPENDS:=@LINUX_2_6
|
||||||
URL:=http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html
|
TITLE:=Small utility to request kernel devices events for coldplug
|
||||||
MAINTAINER:=Geoff Levand <geoffrey.levand@am.sony.com>
|
URL:=http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html
|
||||||
|
MAINTAINER:=Geoff Levand <geoffrey.levand@am.sony.com>
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
|
|
Loading…
Reference in a new issue