diff options
author | Huangbin Zhan <zhanhb88@gmail.com> | 2020-07-07 06:28:47 +0800 |
---|---|---|
committer | Huangbin Zhan <zhanhb88@gmail.com> | 2020-07-07 18:29:13 +0800 |
commit | 704e733e51071c864265ff55a8568be3edb82c1f (patch) | |
tree | 87501e0735b2695ab038b096bfb0d53bc0b7e316 /net/shorewall-core/Makefile | |
parent | e4a800f4326c5a33ce6217bd6361a099c9ac68b5 (diff) |
treewide: fix broken conffiles
Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
Diffstat (limited to 'net/shorewall-core/Makefile')
-rw-r--r-- | net/shorewall-core/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/shorewall-core/Makefile b/net/shorewall-core/Makefile index a6e39e2b7..7c96faa8f 100644 --- a/net/shorewall-core/Makefile +++ b/net/shorewall-core/Makefile @@ -14,7 +14,7 @@ PKG_BUGFIX_MAJOR_VERSION:=5 PKG_BUGFIX_MINOR_VERSION:=.2 PKG_VERSION:=$(PKG_MAJOR_MINOR_VERSION).$(PKG_BUGFIX_MAJOR_VERSION)$(PKG_BUGFIX_MINOR_VERSION) PKG_DIRECTORY:=$(PKG_MAJOR_MINOR_VERSION).$(PKG_BUGFIX_MAJOR_VERSION) -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE_URL:=http://shorewall.org/pub/shorewall/$(PKG_MAJOR_MINOR_VERSION)/shorewall-$(PKG_DIRECTORY)/ \ http://slovakia.shorewall.net/pub/shorewall/$(PKG_MAJOR_MINOR_VERSION)/shorewall-$(PKG_DIRECTORY)/ \ @@ -44,7 +44,7 @@ define Package/shorewall-core/description endef define Package/shorewall-core/conffiles - /usr/share/shorewall/shorewallrc +/usr/share/shorewall/shorewallrc endef CONFIGURE_ARGS += \ |