projects
/
openwrt
/
staging
/
wigyori.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
481ad82
)
make hotplug2 depend on udevtrigger
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 4 Mar 2007 20:15:32 +0000
(20:15 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 4 Mar 2007 20:15:32 +0000
(20:15 +0000)
SVN-Revision: 6511
package/hotplug2/Makefile
patch
|
blob
|
history
diff --git
a/package/hotplug2/Makefile
b/package/hotplug2/Makefile
index 8c8603f982963d59615eb73065a6e99bce461578..99e277623006cf783a4f9662a8f52dddbe930c7c 100644
(file)
--- a/
package/hotplug2/Makefile
+++ b/
package/hotplug2/Makefile
@@
-24,7
+24,7
@@
include $(INCLUDE_DIR)/package.mk
define Package/hotplug2
SECTION:=utils
CATEGORY:=Utilities
- DEPENDS:=@LINUX_2_6
+ DEPENDS:=@LINUX_2_6
+udevtrigger
TITLE:=Dynamic device management subsystem for embedded systems
URL:=http://isteve.bofh.cz/~isteve/hotplug2/
endef