treewide: correctly specify conffiles
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.
This commit is contained in:
parent
338a831ae3
commit
408989ae84
@ -27,6 +27,11 @@ config GLUON_MINIFY
|
|||||||
default y
|
default y
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/gluon-core/conffiles
|
||||||
|
/etc/config/gluon
|
||||||
|
/etc/config/gluon-core
|
||||||
|
endef
|
||||||
|
|
||||||
define Package/gluon-core/install
|
define Package/gluon-core/install
|
||||||
$(Gluon/Build/Install)
|
$(Gluon/Build/Install)
|
||||||
|
|
||||||
|
@ -11,4 +11,8 @@ define Package/gluon-node-info
|
|||||||
DEPENDS:=+gluon-core +libgluonutil
|
DEPENDS:=+gluon-core +libgluonutil
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/gluon-node-info/conffiles
|
||||||
|
/etc/config/gluon-node-info
|
||||||
|
endef
|
||||||
|
|
||||||
$(eval $(call BuildPackageGluon,gluon-node-info))
|
$(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.
|
Offline mode to perform basic setup in a secure manner.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/gluon-setup-mode/conffiles
|
||||||
|
/etc/config/gluon-setup-mode
|
||||||
|
endef
|
||||||
|
|
||||||
init_links := \
|
init_links := \
|
||||||
K89log \
|
K89log \
|
||||||
K98boot \
|
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
|
Gluon community wifi mesh firmware framework: Support for a secondary DNS server using the WAN interface
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/gluon-wan-dnsmasq/conffiles
|
||||||
|
/etc/config/gluon-wan-dnsmasq
|
||||||
|
endef
|
||||||
|
|
||||||
$(eval $(call BuildPackageGluon,gluon-wan-dnsmasq))
|
$(eval $(call BuildPackageGluon,gluon-wan-dnsmasq))
|
||||||
|
Loading…
Reference in New Issue
Block a user