diff options
author | jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-06-12 19:27:21 +0000 |
---|---|---|
committer | jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-06-12 19:27:21 +0000 |
commit | 3ac3e72db18391d543fea75257cedca0f9b960ac (patch) | |
tree | 5ed46e90e06690966ec4c28a91ea334c2feb1b5b /package/6to4/Makefile | |
parent | 27e94101def26f60ce5f65835c082f791f6ed641 (diff) |
[package] 6to4: advertise effective tunnel mtu in RAs
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27163 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |