summaryrefslogtreecommitdiffstats
path: root/package/dnsmasq
diff options
context:
space:
mode:
Diffstat (limited to 'package/dnsmasq')
-rw-r--r--package/dnsmasq/dnsmasq.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/dnsmasq/dnsmasq.mk b/package/dnsmasq/dnsmasq.mk
index f25f87cf4..59ca4d438 100644
--- a/package/dnsmasq/dnsmasq.mk
+++ b/package/dnsmasq/dnsmasq.mk
@@ -26,7 +26,7 @@ DNSMASQ_COPTS+=-DNO_LARGEFILE
endif
ifeq ($(BR2_PACKAGE_DBUS),y)
-DNSMASQ_DBUS:=$(TARGET_DIR)/usr/bin/dbus-daemon
+DNSMASQ_DBUS:=dbus
else
DNSMASQ_DBUS:=
endif