diff options
author | Steven Barth <cyrus@openwrt.org> | 2014-04-08 06:19:37 +0000 |
---|---|---|
committer | Steven Barth <cyrus@openwrt.org> | 2014-04-08 06:19:37 +0000 |
commit | 4abcae7a1cd1092e8fd3ef5aee4c97108917a4ad (patch) | |
tree | 28cef8ccc78719ba0bf520dad0403e7bd67403dd /package/network/ipv6/ds-lite/Makefile | |
parent | 8333ce196369c4668d6fa9e4f126a5a77655dcda (diff) | |
download | upstream-4abcae7a1cd1092e8fd3ef5aee4c97108917a4ad.tar.gz upstream-4abcae7a1cd1092e8fd3ef5aee4c97108917a4ad.tar.bz2 upstream-4abcae7a1cd1092e8fd3ef5aee4c97108917a4ad.zip |
ds-lite: compatibility with ISPs that only offer public PDs
SVN-Revision: 40422
Diffstat (limited to 'package/network/ipv6/ds-lite/Makefile')
-rw-r--r-- | package/network/ipv6/ds-lite/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/ipv6/ds-lite/Makefile b/package/network/ipv6/ds-lite/Makefile index a806f67ab9..61c57c092c 100644 --- a/package/network/ipv6/ds-lite/Makefile +++ b/package/network/ipv6/ds-lite/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ds-lite -PKG_VERSION:=2 +PKG_VERSION:=3 PKG_RELEASE:=1 include $(INCLUDE_DIR)/package.mk |