From b6739bcd6b453429acf7ce0ba16579e93c780dd1 Mon Sep 17 00:00:00 2001 From: Oliver Kraitschy Date: Mon, 8 Apr 2024 22:02:33 +0200 Subject: [PATCH] [fix] Preserve persistent data directory across sysupgrades #203 Fixes #203 --- openwisp-config/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/openwisp-config/Makefile b/openwisp-config/Makefile index 5e4ecfd..dc87581 100644 --- a/openwisp-config/Makefile +++ b/openwisp-config/Makefile @@ -27,6 +27,7 @@ endef define Build/Compile endef +# Testcomment define Package/openwisp-config/conffiles /etc/config/openwisp endef