diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-10-22 19:50:35 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-10-22 19:50:35 +0000 |
commit | e0e73928da09c2fcc075fa1da22179468ef311f2 (patch) | |
tree | d2eba2e2bd8ffff5391545c31912cfd5786ab2cf /package/firewall/Makefile | |
parent | b0d9bccafc87b6b60abb02d3dd6b491314d37038 (diff) | |
download | upstream-e0e73928da09c2fcc075fa1da22179468ef311f2.tar.gz upstream-e0e73928da09c2fcc075fa1da22179468ef311f2.tar.bz2 upstream-e0e73928da09c2fcc075fa1da22179468ef311f2.zip |
firewall: do not check for module availability, let iptables fail if a feature is not present (#7610)
SVN-Revision: 28525
Diffstat (limited to 'package/firewall/Makefile')
-rw-r--r-- | package/firewall/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/firewall/Makefile b/package/firewall/Makefile index 597a37e140..749f04a4b1 100644 --- a/package/firewall/Makefile +++ b/package/firewall/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=firewall PKG_VERSION:=2 -PKG_RELEASE:=35 +PKG_RELEASE:=36 include $(INCLUDE_DIR)/package.mk |