From: John Crispin Date: Thu, 25 Apr 2013 19:16:54 +0000 (+0000) Subject: hotplug2: make it depend on !PROCD_INIT X-Git-Tag: reboot~10583 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=35b092272a4ec870fd58daa305b90a9297eb0ee9;p=openwrt%2Fopenwrt.git hotplug2: make it depend on !PROCD_INIT Signed-off-by: John Crispin SVN-Revision: 36446 --- 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