diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-07-05 00:52:10 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-07-05 00:52:10 +0000 |
commit | fc026910611534dcc98204b9ea004afffe1d2ed5 (patch) | |
tree | b9dcf1188512d6086aa51198822eeed332ffea51 /package/6in4/Makefile | |
parent | 5e1e039c459374ac2908318a7bfdad5eac8b0bff (diff) | |
download | upstream-fc026910611534dcc98204b9ea004afffe1d2ed5.tar.gz upstream-fc026910611534dcc98204b9ea004afffe1d2ed5.tar.bz2 upstream-fc026910611534dcc98204b9ea004afffe1d2ed5.zip |
[package] 6in4, 6to4: prevent starting the tunnel if kmod-sit is not yet loaded (#9643)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27449 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/6in4/Makefile')
-rw-r--r-- | package/6in4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/6in4/Makefile b/package/6in4/Makefile index 9a2cfe20d2..14b7eac816 100644 --- a/package/6in4/Makefile +++ b/package/6in4/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2010 OpenWrt.org +# Copyright (C) 2010-2011 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 PKG_NAME:=6in4 PKG_VERSION:=9 -PKG_RELEASE:=1 +PKG_RELEASE:=2 include $(INCLUDE_DIR)/package.mk |