diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-11-17 19:13:11 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-11-17 19:13:11 +0000 |
commit | 89917ff1d0c9d12f2f533d62daf343588bafeddc (patch) | |
tree | 35a4c2fdc14c2ed1fff33eb54aa3e74f16bc1561 /package/6in4/Makefile | |
parent | 8eec2f821452e859bab5a409c4aacd5f4950ad72 (diff) | |
download | upstream-89917ff1d0c9d12f2f533d62daf343588bafeddc.tar.gz upstream-89917ff1d0c9d12f2f533d62daf343588bafeddc.tar.bz2 upstream-89917ff1d0c9d12f2f533d62daf343588bafeddc.zip |
6in4: implement metric option
SVN-Revision: 24022
Diffstat (limited to 'package/6in4/Makefile')
-rw-r--r-- | package/6in4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/6in4/Makefile b/package/6in4/Makefile index d03d2396ff..905d7f810b 100644 --- a/package/6in4/Makefile +++ b/package/6in4/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=6in4 -PKG_VERSION:=7 +PKG_VERSION:=8 PKG_RELEASE:=1 include $(INCLUDE_DIR)/package.mk |