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.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
This commit is contained in:
Adrian Schmutzler 2021-01-31 13:50:40 +01:00
parent 2a970972a3
commit fba996f30f
1 changed files with 4 additions and 0 deletions

View File

@ -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