summaryrefslogtreecommitdiffstats
path: root/package/hotplug2
diff options
context:
space:
mode:
authormirko <mirko@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-06-23 14:38:29 +0000
committermirko <mirko@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-06-23 14:38:29 +0000
commitb7bfccb3891b62592a416e800de025926788550f (patch)
tree325379cf26846f8eac09df21b8ab5a4e398afb12 /package/hotplug2
parentcdc9ae57fc31e370f4f511b74360425839389bc9 (diff)
[package/hotplug2] fix conditional dependencies to libbsd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27265 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 699976e8a..30bd1578a 100644
--- a/package/hotplug2/Makefile
+++ b/package/hotplug2/Makefile
@@ -28,7 +28,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 +USE_GLIBC:libbsd
+ DEPENDS:=+(USE_EGLIBC||USE_GLIBC):libbsd
endef
define Package/hotplug2/description