aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2013-04-25 19:16:54 +0000
committerJohn Crispin <john@openwrt.org>2013-04-25 19:16:54 +0000
commit35b092272a4ec870fd58daa305b90a9297eb0ee9 (patch)
treebbca0ae2b0f560ea9b291f80ecaee4d6f0fb0df6 /package
parentb42a17366485e434bbd0182ed2054951b17edd98 (diff)
downloadupstream-35b092272a4ec870fd58daa305b90a9297eb0ee9.tar.gz
upstream-35b092272a4ec870fd58daa305b90a9297eb0ee9.tar.bz2
upstream-35b092272a4ec870fd58daa305b90a9297eb0ee9.zip
hotplug2: make it depend on !PROCD_INIT
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36446
Diffstat (limited to 'package')
-rw-r--r--package/hotplug2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/hotplug2/Makefile b/package/hotplug2/Makefile
index 6b86c65e18..0746d18816 100644
--- a/package/hotplug2/Makefile
+++ b/package/hotplug2/Makefile
@@ -29,7 +29,7 @@ define Package/hotplug2
VERSION:=1.0-beta-$(PKG_RELEASE)
TITLE:=Version 1.0 Dynamic device management subsystem for embedded systems
URL:=http://isteve.bofh.cz/~isteve/hotplug2/
- DEPENDS:=+USE_EGLIBC:libbsd
+ DEPENDS:=+USE_EGLIBC:libbsd @!PROCD_INIT
endef
define Package/hotplug2/description