Skip to content
Snippets Groups Projects
Unverified Commit f4a3afe8 authored by Matthias Schiffer's avatar Matthias Schiffer Committed by GitHub
Browse files

treewide: correctly specify conffiles (#2276)

Specify conffiles for our packages, so they aren't overwritten during
opkg updates. While this only matters during development, it is
unintended to have different behaviour for opkg update and full firmware
updates.
parent 3a885a1b
No related branches found
No related tags found
No related merge requests found
......@@ -27,6 +27,11 @@ config GLUON_MINIFY
default y
endef
define Package/gluon-core/conffiles
/etc/config/gluon
/etc/config/gluon-core
endef
define Package/gluon-core/install
$(Gluon/Build/Install)
......
......@@ -11,4 +11,8 @@ define Package/gluon-node-info
DEPENDS:=+gluon-core +libgluonutil
endef
define Package/gluon-node-info/conffiles
/etc/config/gluon-node-info
endef
$(eval $(call BuildPackageGluon,gluon-node-info))
......@@ -17,6 +17,10 @@ define Package/gluon-setup-mode/description
Offline mode to perform basic setup in a secure manner.
endef
define Package/gluon-setup-mode/conffiles
/etc/config/gluon-setup-mode
endef
init_links := \
K89log \
K98boot \
......
......@@ -14,4 +14,8 @@ define Package/gluon-wan-dnsmasq/description
Gluon community wifi mesh firmware framework: Support for a secondary DNS server using the WAN interface
endef
define Package/gluon-wan-dnsmasq/conffiles
/etc/config/gluon-wan-dnsmasq
endef
$(eval $(call BuildPackageGluon,gluon-wan-dnsmasq))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment