diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-11-09 11:10:37 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-11-09 11:10:37 +0000 |
commit | 3f4137d170e4b223fb42c49465f7429f29a56891 (patch) | |
tree | c721e64b9077fc258d7459869a0a33c437a986ba /package/firewall/Makefile | |
parent | 1b025024d48d07294e975299ee8dbdc751e72121 (diff) | |
download | upstream-3f4137d170e4b223fb42c49465f7429f29a56891.tar.gz upstream-3f4137d170e4b223fb42c49465f7429f29a56891.tar.bz2 upstream-3f4137d170e4b223fb42c49465f7429f29a56891.zip |
[package] firewall: add DHCPv6 default rule (#10381)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28874 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 f95f73b4ad..6106348156 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:=41 +PKG_RELEASE:=42 include $(INCLUDE_DIR)/package.mk |