treewide: fix broken conffiles

Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
This commit is contained in:
Huangbin Zhan
2020-07-07 06:28:47 +08:00
parent e4a800f432
commit 704e733e51
9 changed files with 26 additions and 27 deletions
+3 -3
View File
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=squid
PKG_VERSION:=4.6
PKG_RELEASE:=4
PKG_RELEASE:=5
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=http://www3.us.squid-cache.org/Versions/v4/ \
@@ -58,8 +58,8 @@ define Package/squid/config
endef
define Package/squid/conffiles
/etc/config/squid
/etc/squid/squid.conf
/etc/config/squid
/etc/squid/squid.conf
endef
define Package/squid-mod-cachemgr