diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-07-02 12:14:50 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-07-02 12:14:50 +0000 |
commit | b2e2de794ec0b592052d3a6375b8987654c25093 (patch) | |
tree | 14d22eaa3b160a03cec7041b981e7997e091a058 /package/6to4/Makefile | |
parent | bcacf552fdbd524dc16142223e08032d1071c748 (diff) | |
download | mtk-20170518-b2e2de794ec0b592052d3a6375b8987654c25093.zip mtk-20170518-b2e2de794ec0b592052d3a6375b8987654c25093.tar.gz mtk-20170518-b2e2de794ec0b592052d3a6375b8987654c25093.tar.bz2 |
6to4: fix ifname resolving for adv_interface option (#11796)
SVN-Revision: 32576
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 740697f..fdf8627 100644 --- a/package/6to4/Makefile +++ b/package/6to4/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=6to4 -PKG_VERSION:=9 +PKG_VERSION:=10 PKG_RELEASE:=1 include $(INCLUDE_DIR)/package.mk |