diff options
Diffstat (limited to 'net/squid/Makefile')
-rw-r--r-- | net/squid/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/squid/Makefile b/net/squid/Makefile index eb7b47e95..d8f27963c 100644 --- a/net/squid/Makefile +++ b/net/squid/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=squid PKG_VERSION:=4.6 -PKG_RELEASE:=3 +PKG_RELEASE:=4 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=http://www3.us.squid-cache.org/Versions/v4/ \ @@ -58,6 +58,7 @@ define Package/squid/config endef define Package/squid/conffiles + /etc/config/squid /etc/squid/squid.conf endef |