projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91a5b05
)
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)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6511
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/hotplug2/Makefile
patch
|
blob
|
history
diff --git
a/package/hotplug2/Makefile
b/package/hotplug2/Makefile
index
8c8603f
..
99e2776
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