summaryrefslogtreecommitdiffstats
path: root/openwrt/package/dnsmasq
diff options
context:
space:
mode:
Diffstat (limited to 'openwrt/package/dnsmasq')
-rw-r--r--openwrt/package/dnsmasq/Makefile.in3
-rw-r--r--openwrt/package/dnsmasq/dnsmasq.mk4
2 files changed, 4 insertions, 3 deletions
diff --git a/openwrt/package/dnsmasq/Makefile.in b/openwrt/package/dnsmasq/Makefile.in
deleted file mode 100644
index 36548bd2b..000000000
--- a/openwrt/package/dnsmasq/Makefile.in
+++ /dev/null
@@ -1,3 +0,0 @@
-ifeq ($(strip $(BR2_PACKAGE_DNSMASQ)),y)
-TARGETS+=dnsmasq
-endif
diff --git a/openwrt/package/dnsmasq/dnsmasq.mk b/openwrt/package/dnsmasq/dnsmasq.mk
index b1848c6aa..e6b50a261 100644
--- a/openwrt/package/dnsmasq/dnsmasq.mk
+++ b/openwrt/package/dnsmasq/dnsmasq.mk
@@ -48,3 +48,7 @@ dnsmasq-clean:
dnsmasq-dirclean:
rm -rf $(DNSMASQ_DIR)
+
+ifeq ($(strip $(BR2_PACKAGE_DNSMASQ)),y)
+TARGETS+=dnsmasq
+endif