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 | 2016e3a14e3d8486779705ae9ed813a4a4d23a3a (patch) | |
tree | c1aff006204b7d89fdc00580469b5ab8b37508ad /package/6to4/Makefile | |
parent | 5689b649eb3abda4b87221f542131a308f8ec628 (diff) | |
download | upstream-2016e3a14e3d8486779705ae9ed813a4a4d23a3a.tar.gz upstream-2016e3a14e3d8486779705ae9ed813a4a4d23a3a.tar.bz2 upstream-2016e3a14e3d8486779705ae9ed813a4a4d23a3a.zip |
[package] 6to4: implement metric option
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24021 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 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 |