diff options
author | Steven Barth <cyrus@openwrt.org> | 2013-01-15 13:08:00 +0000 |
---|---|---|
committer | Steven Barth <cyrus@openwrt.org> | 2013-01-15 13:08:00 +0000 |
commit | a1e92f6dd136564cd129b4ea5ac4a0860f030cb4 (patch) | |
tree | bd91be7cedc8d348bc71bfeb5d6dbf4758039369 /package/network/ipv6/6relayd/Makefile | |
parent | 859fd7f6143dc0e85c8cd94e82529ada7942f384 (diff) | |
download | upstream-a1e92f6dd136564cd129b4ea5ac4a0860f030cb4.tar.gz upstream-a1e92f6dd136564cd129b4ea5ac4a0860f030cb4.tar.bz2 upstream-a1e92f6dd136564cd129b4ea5ac4a0860f030cb4.zip |
6relayd: add suitable default configuration
SVN-Revision: 35170
Diffstat (limited to 'package/network/ipv6/6relayd/Makefile')
-rw-r--r-- | package/network/ipv6/6relayd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/ipv6/6relayd/Makefile b/package/network/ipv6/6relayd/Makefile index 412033ea9c..8b1666cb8e 100644 --- a/package/network/ipv6/6relayd/Makefile +++ b/package/network/ipv6/6relayd/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=6relayd -PKG_VERSION:=2013-01-13 +PKG_VERSION:=2013-01-15 PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 |