diff options
author | Steven Barth <cyrus@openwrt.org> | 2013-01-29 10:13:39 +0000 |
---|---|---|
committer | Steven Barth <cyrus@openwrt.org> | 2013-01-29 10:13:39 +0000 |
commit | fac1ed35ac8d3859e42e77324b56086aba454cdf (patch) | |
tree | 6fd1c7cca646e3909c593dc527bcf2fac63b3d11 /package/network/config/netifd/Makefile | |
parent | ea7c9c85a8bc5b6b91594572b60ef20d5763c932 (diff) | |
download | upstream-fac1ed35ac8d3859e42e77324b56086aba454cdf.tar.gz upstream-fac1ed35ac8d3859e42e77324b56086aba454cdf.tar.bz2 upstream-fac1ed35ac8d3859e42e77324b56086aba454cdf.zip |
netifd: remove IPv6 forwarding-sysctl workaround
SVN-Revision: 35369
Diffstat (limited to 'package/network/config/netifd/Makefile')
-rw-r--r-- | package/network/config/netifd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/config/netifd/Makefile b/package/network/config/netifd/Makefile index 99f26f6b2b..61ea582665 100644 --- a/package/network/config/netifd/Makefile +++ b/package/network/config/netifd/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=netifd -PKG_VERSION:=2013-01-28.2 +PKG_VERSION:=2013-01-29 PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_SOURCE_PROTO:=git |