summaryrefslogtreecommitdiff
path: root/package/nut
diff options
context:
space:
mode:
authorRomain Naour <romain.naour@openwide.fr>2014-02-13 22:17:54 +0100
committerPeter Korsgaard <peter@korsgaard.com>2014-02-13 23:16:25 +0100
commit66c4d32f7c01115d4fd43aa6215663cc1cae3c99 (patch)
treed0d30b20cf2704a81cbe0ecbc25ccc0c3163dae1 /package/nut
parent55ad3cfd3f9809f4a1f0210fe7c7110d147c54f6 (diff)
nut: disable hal
[Peter: add to existing _CONF_OPT line as suggested by Yann] Signed-off-by: Romain Naour <romain.naour@openwide.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/nut')
-rw-r--r--package/nut/nut.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/nut/nut.mk b/package/nut/nut.mk
index 04b2b41e1..04fb36d53 100644
--- a/package/nut/nut.mk
+++ b/package/nut/nut.mk
@@ -17,7 +17,8 @@ NUT_AUTORECONF = YES
# Put the PID files in a read-write place (/var/run is a tmpfs)
# since the default location (/var/state/ups) maybe readonly.
NUT_CONF_OPT = \
- --with-altpidpath=/var/run/upsd
+ --with-altpidpath=/var/run/upsd \
+ --without-hal
NUT_CONF_ENV = \
GDLIB_CONFIG=$(STAGING_DIR)/usr/bin/gdlib-config \