make hotplug2 depend on udevtrigger
SVN-Revision: 6511
This commit is contained in:
parent
481ad825af
commit
0a056c9743
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ include $(INCLUDE_DIR)/package.mk
|
||||||
define Package/hotplug2
|
define Package/hotplug2
|
||||||
SECTION:=utils
|
SECTION:=utils
|
||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
DEPENDS:=@LINUX_2_6
|
DEPENDS:=@LINUX_2_6 +udevtrigger
|
||||||
TITLE:=Dynamic device management subsystem for embedded systems
|
TITLE:=Dynamic device management subsystem for embedded systems
|
||||||
URL:=http://isteve.bofh.cz/~isteve/hotplug2/
|
URL:=http://isteve.bofh.cz/~isteve/hotplug2/
|
||||||
endef
|
endef
|
||||||
|
|
Loading…
Reference in a new issue