diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-09-13 07:29:27 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-09-13 07:29:27 +0000 |
commit | 172f3bbef10a087a5edb0955729045c1bfe0dce5 (patch) | |
tree | 0317dacb9f99bbfd421e3c033705849f2f9ec295 /package/6to4/Makefile | |
parent | db074ccb3accf4dbbb8748fe63fc3f4790b9c9ee (diff) | |
download | upstream-172f3bbef10a087a5edb0955729045c1bfe0dce5.tar.gz upstream-172f3bbef10a087a5edb0955729045c1bfe0dce5.tar.bz2 upstream-172f3bbef10a087a5edb0955729045c1bfe0dce5.zip |
[package] 6to4: fix lifetime options (#9147)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28223 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/6to4/Makefile')
-rw-r--r-- | package/6to4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/6to4/Makefile b/package/6to4/Makefile index 14c9f2227d..8cf66c0a28 100644 --- a/package/6to4/Makefile +++ b/package/6to4/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=6to4 -PKG_VERSION:=6 +PKG_VERSION:=7 PKG_RELEASE:=1 include $(INCLUDE_DIR)/package.mk |