diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-01-18 05:38:44 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-01-18 05:38:44 +0000 |
commit | 0308066752fe8732e913a422031d93e2a4dacd87 (patch) | |
tree | 660a45e5512161ca80800d0546f605d105a883eb /package/base-files/Makefile | |
parent | 7c8e92210d2ff0dc6a22b921e53ee14676f81636 (diff) | |
download | upstream-0308066752fe8732e913a422031d93e2a4dacd87.tar.gz upstream-0308066752fe8732e913a422031d93e2a4dacd87.tar.bz2 upstream-0308066752fe8732e913a422031d93e2a4dacd87.zip |
[package] base-files: disable bridge firewalling by default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19214 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/base-files/Makefile')
-rw-r--r-- | package/base-files/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/base-files/Makefile b/package/base-files/Makefile index ea2b5a47f1..fb30b94ab9 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2007-2009 OpenWrt.org +# Copyright (C) 2007-2010 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=base-files -PKG_RELEASE:=35 +PKG_RELEASE:=36 PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ |