diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-06-17 13:17:39 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-06-17 13:17:39 +0000 |
commit | bb6dde0fbf3f1f735a21031fec084894167f7668 (patch) | |
tree | 071e5cc647b3a68312393aa190a5278bee088b61 /package/6to4/Makefile | |
parent | 89732577aadc040b4f42909e158ea0057690f347 (diff) | |
download | upstream-bb6dde0fbf3f1f735a21031fec084894167f7668.tar.gz upstream-bb6dde0fbf3f1f735a21031fec084894167f7668.tar.bz2 upstream-bb6dde0fbf3f1f735a21031fec084894167f7668.zip |
6to4: use network_find_wan() and network_get_iapddr() to find local ip, use json_get_vars() to read settings
SVN-Revision: 32402
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 a5b08f5bfd..83660aa73d 100644 --- a/package/6to4/Makefile +++ b/package/6to4/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=6to4 -PKG_VERSION:=8 +PKG_VERSION:=9 PKG_RELEASE:=1 include $(INCLUDE_DIR)/package.mk |