diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-06-12 16:59:12 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-06-12 16:59:12 +0000 |
commit | ce5d644ac11b1c94e509fa030ae0899e4a10ea1c (patch) | |
tree | 57d37d5d8d039d6d06fa3ef6d8f36056ea657bbe /package/base-files/Makefile | |
parent | b86e4e1c6a34ee91c9871227ec5b6c16c41b1eca (diff) | |
download | upstream-ce5d644ac11b1c94e509fa030ae0899e4a10ea1c.tar.gz upstream-ce5d644ac11b1c94e509fa030ae0899e4a10ea1c.tar.bz2 upstream-ce5d644ac11b1c94e509fa030ae0899e4a10ea1c.zip |
base-files: enable IPv6 forwarding by default since the default firewall supports ip6tables now
SVN-Revision: 21766
Diffstat (limited to 'package/base-files/Makefile')
-rw-r--r-- | package/base-files/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/Makefile b/package/base-files/Makefile index 158ee2bb2c..87e083edde 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=base-files -PKG_RELEASE:=48 +PKG_RELEASE:=49 PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ |