summaryrefslogtreecommitdiffstats
path: root/package/network/services/dnsmasq/Makefile
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2016-05-19 10:25:11 +0200
committerJo-Philipp Wich <jo@mein.io>2016-05-19 10:28:17 +0200
commit85a59127a77801b12b8c5d3e4f53d19b5a3b2871 (patch)
treec72ed657f9e9c3950e04bfa3565b48f00feee4fc /package/network/services/dnsmasq/Makefile
parent21f460e0c110cbfb97f15648c7a2c4f19c08cfc0 (diff)
downloadmaster-31e0f0ae-85a59127a77801b12b8c5d3e4f53d19b5a3b2871.tar.gz
master-31e0f0ae-85a59127a77801b12b8c5d3e4f53d19b5a3b2871.tar.bz2
master-31e0f0ae-85a59127a77801b12b8c5d3e4f53d19b5a3b2871.zip
Revert "dnsmasq: sysupgrade hook to conditionally preserve dnsmasq.time"
This reverts commit d830cb08826dc593406d9003d061016061b6c3c4. Reverting this commit due to a missing Signed-off-by. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'package/network/services/dnsmasq/Makefile')
-rw-r--r--package/network/services/dnsmasq/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/package/network/services/dnsmasq/Makefile b/package/network/services/dnsmasq/Makefile
index f0aba1af44..3f12a40cd3 100644
--- a/package/network/services/dnsmasq/Makefile
+++ b/package/network/services/dnsmasq/Makefile
@@ -151,8 +151,6 @@ $(call Package/dnsmasq/install,$(1))
ifneq ($(CONFIG_PACKAGE_dnsmasq_full_dnssec),)
$(INSTALL_DIR) $(1)/usr/share/dnsmasq
$(INSTALL_DATA) $(PKG_BUILD_DIR)/trust-anchors.conf $(1)/usr/share/dnsmasq
- $(INSTALL_DIR) $(1)/lib/upgrade
- $(INSTALL_BIN) ./files/dnsmasqsec-add-conffiles.sh $(1)/lib/upgrade
endif
endef