From cdf444651fdbb005259a25d54c31607d86509ed1 Mon Sep 17 00:00:00 2001 From: Adrian Schmutzler Date: Sun, 31 Jan 2021 13:50:40 +0100 Subject: [PATCH] fff-nodewatcher: specify config file as config file This package is the owner of the config file, so add it to the Makefile. This will have vanilla OpenWrt copy it during upgrade. Since we disable this mechanism, it will not change anything for our standard firmware. But it will improve the situation if this package is used in vanilla OpenWrt. Signed-off-by: Adrian Schmutzler Reviewed-by: Robert Langhammer --- src/packages/fff/fff-nodewatcher/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/packages/fff/fff-nodewatcher/Makefile b/src/packages/fff/fff-nodewatcher/Makefile index 3cdbb144..47054fa6 100644 --- a/src/packages/fff/fff-nodewatcher/Makefile +++ b/src/packages/fff/fff-nodewatcher/Makefile @@ -20,6 +20,10 @@ define Package/$(PKG_NAME)/description netmon.freifunk-franken.de endef +define Package/$(PKG_NAME)/conffiles +/etc/config/nodewatcher +endef + define Build/Compile # nothing endef