diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-11-17 19:12:28 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-11-17 19:12:28 +0000 |
commit | 8eec2f821452e859bab5a409c4aacd5f4950ad72 (patch) | |
tree | 2156dc15ffaa60bd3310056c0586df89feba2e1e /package/6to4/Makefile | |
parent | d0ab35c115643db40b2bece8698ecd472f4ce147 (diff) | |
download | upstream-8eec2f821452e859bab5a409c4aacd5f4950ad72.tar.gz upstream-8eec2f821452e859bab5a409c4aacd5f4950ad72.tar.bz2 upstream-8eec2f821452e859bab5a409c4aacd5f4950ad72.zip |
6to4: implement metric option
SVN-Revision: 24021
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 cf9f74136b..3becce9c5f 100644 --- a/package/6to4/Makefile +++ b/package/6to4/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=6to4 -PKG_VERSION:=1 +PKG_VERSION:=2 PKG_RELEASE:=1 include $(INCLUDE_DIR)/package.mk |