diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-06-12 19:27:21 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-06-12 19:27:21 +0000 |
commit | 1277bd7186b70f096a607cb64865f02bf0457c57 (patch) | |
tree | 24411a636ae2742e90c4e88a96074042e3dc9eed /package/6to4/Makefile | |
parent | 6a5112a75054f4315c5042dcb83837dc35e0c488 (diff) | |
download | upstream-1277bd7186b70f096a607cb64865f02bf0457c57.tar.gz upstream-1277bd7186b70f096a607cb64865f02bf0457c57.tar.bz2 upstream-1277bd7186b70f096a607cb64865f02bf0457c57.zip |
6to4: advertise effective tunnel mtu in RAs
SVN-Revision: 27163
Diffstat (limited to 'package/6to4/Makefile')
-rw-r--r-- | package/6to4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/6to4/Makefile b/package/6to4/Makefile index a6f3315a4a..77082a4a04 100644 --- a/package/6to4/Makefile +++ b/package/6to4/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. @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=6to4 -PKG_VERSION:=4 +PKG_VERSION:=5 PKG_RELEASE:=1 include $(INCLUDE_DIR)/package.mk |