diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-06-17 12:18:39 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-06-17 12:18:39 +0000 |
commit | 76000dc6ed5c0c198d2cb7d0988f4ae7d115f6ce (patch) | |
tree | c41e6828c9e63303277fbd1832d814d789b01a2c /package/6in4/Makefile | |
parent | 57a7257569833c23c7516be9944025036a495e48 (diff) | |
download | mtk-20170518-76000dc6ed5c0c198d2cb7d0988f4ae7d115f6ce.zip mtk-20170518-76000dc6ed5c0c198d2cb7d0988f4ae7d115f6ce.tar.gz mtk-20170518-76000dc6ed5c0c198d2cb7d0988f4ae7d115f6ce.tar.bz2 |
6in4: use network_find_wan() and network_get_iapddr() to find local ip, use json_get_vars() to read settings
SVN-Revision: 32400
Diffstat (limited to 'package/6in4/Makefile')
-rw-r--r-- | package/6in4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/6in4/Makefile b/package/6in4/Makefile index 60c1bcc..945dc0c 100644 --- a/package/6in4/Makefile +++ b/package/6in4/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2010-2011 OpenWrt.org +# Copyright (C) 2010-2012 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=6in4 -PKG_VERSION:=10 +PKG_VERSION:=11 PKG_RELEASE:=1 include $(INCLUDE_DIR)/package.mk |