From dad185e2c9b57f458fdc8701f401e6956eaaa406 Mon Sep 17 00:00:00 2001 From: Hannu Nyman Date: Sat, 10 Dec 2016 11:20:01 +0200 Subject: Fix config files getting overwritten in opkg install Commit 39ff053890 accidentally removed the conffiles definitions from luci-base, statistics, splash and diag-devinfo apps. That has caused existing config files to get overwritten if the package has been reinstalled via opkg. Additionally, the splash text files have not been saved in sysupgrade or backup as they are located outside /etc/config This commit adds back the conffiles definitions to the respective packages. Signed-off-by: Hannu Nyman --- applications/luci-app-statistics/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'applications/luci-app-statistics') diff --git a/applications/luci-app-statistics/Makefile b/applications/luci-app-statistics/Makefile index 6c0121e96a..008792a5d0 100644 --- a/applications/luci-app-statistics/Makefile +++ b/applications/luci-app-statistics/Makefile @@ -12,6 +12,10 @@ LUCI_DEPENDS:= \ +collectd-mod-cpu +collectd-mod-memory \ +collectd-mod-interface +collectd-mod-load +collectd-mod-network +define Package/luci-app-statistics/conffiles +/etc/config/luci_statistics +endef + include ../../luci.mk # call BuildPackage - OpenWrt buildroot signature -- cgit v1.2.3