diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2013-02-22 13:45:20 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2013-02-22 13:45:20 +0000 |
commit | 92062542e21d4451d88b283e0f9673fe79aeb81a (patch) | |
tree | 315515968ac87c19374b4d05a7f5b2cc3a685bc3 /package/network/config/firewall/Makefile | |
parent | 4fb2cd18c19821c7f8f7f5124ce5061d4405bf32 (diff) | |
download | upstream-92062542e21d4451d88b283e0f9673fe79aeb81a.tar.gz upstream-92062542e21d4451d88b283e0f9673fe79aeb81a.tar.bz2 upstream-92062542e21d4451d88b283e0f9673fe79aeb81a.zip |
firewall: fix logging rule regression (#12999)
SVN-Revision: 35745
Diffstat (limited to 'package/network/config/firewall/Makefile')
-rw-r--r-- | package/network/config/firewall/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/config/firewall/Makefile b/package/network/config/firewall/Makefile index f97ac8d271..998b274869 100644 --- a/package/network/config/firewall/Makefile +++ b/package/network/config/firewall/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=firewall PKG_VERSION:=2 -PKG_RELEASE:=58 +PKG_RELEASE:=59 include $(INCLUDE_DIR)/package.mk |