aboutsummaryrefslogtreecommitdiffstats
path: root/package/hotplug2
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-03-04 20:15:32 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-03-04 20:15:32 +0000
commit7c5ca4e5dedaaf8480fdd6a8eb1ea6a0e89d0229 (patch)
treeb807e294fc460c66d685ed77dc3e6ec54488ce28 /package/hotplug2
parent91a5b05b8c28ba1a138c6c40b8f0fb3c800ba405 (diff)
downloadupstream-7c5ca4e5dedaaf8480fdd6a8eb1ea6a0e89d0229.tar.gz
upstream-7c5ca4e5dedaaf8480fdd6a8eb1ea6a0e89d0229.tar.bz2
upstream-7c5ca4e5dedaaf8480fdd6a8eb1ea6a0e89d0229.zip
make hotplug2 depend on udevtrigger
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6511 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/hotplug2')
-rw-r--r--package/hotplug2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/hotplug2/Makefile b/package/hotplug2/Makefile
index 8c8603f982..99e2776230 100644
--- 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