diff options
author | John Crispin <blogic@openwrt.org> | 2013-04-25 19:16:54 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2013-04-25 19:16:54 +0000 |
commit | 9ea1219bcf6deb97a9655cea1c5ace78f3865ea2 (patch) | |
tree | 3c922b34afa193a8c80dd27ff6bf152c48fd5dcf | |
parent | 8d3add94db5c955f83a656389ea44b9db82fceb7 (diff) | |
download | upstream-9ea1219bcf6deb97a9655cea1c5ace78f3865ea2.tar.gz upstream-9ea1219bcf6deb97a9655cea1c5ace78f3865ea2.tar.bz2 upstream-9ea1219bcf6deb97a9655cea1c5ace78f3865ea2.zip |
hotplug2: make it depend on !PROCD_INIT
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36446 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 |