diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-12-02 22:41:03 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-12-02 22:41:03 +0000 |
commit | ddedd265f72725583726597c0ca03d3210096950 (patch) | |
tree | 6d8d9d7a54b08a6b526b1afe3430eb66f70397a4 /package/6to4/Makefile | |
parent | d0757421a7d2d8f6b634d00ea25e6abf6d7b4699 (diff) | |
download | upstream-ddedd265f72725583726597c0ca03d3210096950.tar.gz upstream-ddedd265f72725583726597c0ca03d3210096950.tar.bz2 upstream-ddedd265f72725583726597c0ca03d3210096950.zip |
[package] 6to4: support multiple internal networks, use state vars for radvd config
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24219 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 3becce9c5f..c106570118 100644 --- a/package/6to4/Makefile +++ b/package/6to4/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=6to4 -PKG_VERSION:=2 +PKG_VERSION:=3 PKG_RELEASE:=1 include $(INCLUDE_DIR)/package.mk |