diff options
author | John Crispin <john@openwrt.org> | 2013-04-25 19:16:54 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2013-04-25 19:16:54 +0000 |
commit | 35b092272a4ec870fd58daa305b90a9297eb0ee9 (patch) | |
tree | bbca0ae2b0f560ea9b291f80ecaee4d6f0fb0df6 | |
parent | b42a17366485e434bbd0182ed2054951b17edd98 (diff) | |
download | upstream-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
-rw-r--r-- | package/hotplug2/Makefile | 2 |
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 |