diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-09-27 18:30:07 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-09-27 18:30:07 +0000 |
commit | 7a575afa105a3ac8d29166a7c114c592a7505694 (patch) | |
tree | 4878266000326afdd52d2d2e85db403a1f960708 /package/6to4/Makefile | |
parent | a1c5adc11642f7075f4f5ad83a967d8b424b8020 (diff) | |
download | upstream-7a575afa105a3ac8d29166a7c114c592a7505694.tar.gz upstream-7a575afa105a3ac8d29166a7c114c592a7505694.tar.bz2 upstream-7a575afa105a3ac8d29166a7c114c592a7505694.zip |
6to4: properly setup Base6to4Interface (#12251)
SVN-Revision: 33573
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 fdf8627a45..f29571d86c 100644 --- a/package/6to4/Makefile +++ b/package/6to4/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=6to4 -PKG_VERSION:=10 +PKG_VERSION:=11 PKG_RELEASE:=1 include $(INCLUDE_DIR)/package.mk |