diff options
author | Steven Barth <cyrus@openwrt.org> | 2013-01-28 13:53:48 +0000 |
---|---|---|
committer | Steven Barth <cyrus@openwrt.org> | 2013-01-28 13:53:48 +0000 |
commit | 75b06607db4876ef6a67adc831971a5e53183039 (patch) | |
tree | 366525d6931f3313368b1e9a631eb470e4c1e434 /package/network/config/netifd/Makefile | |
parent | e964fa5d8f49edc5e731a82b1600313369b0ecaf (diff) | |
download | upstream-75b06607db4876ef6a67adc831971a5e53183039.tar.gz upstream-75b06607db4876ef6a67adc831971a5e53183039.tar.bz2 upstream-75b06607db4876ef6a67adc831971a5e53183039.zip |
netifd: add SLAAC ipv6 value for static-proto
SVN-Revision: 35346
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 73fa20fc7f..b7baf05da8 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-22.1 +PKG_VERSION:=2013-01-28 PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_SOURCE_PROTO:=git |