diff options
author | Felix Fietkau <nbd@nbd.name> | 2018-03-13 13:33:04 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2018-03-13 13:35:05 +0100 |
commit | 1cd76e2d85d86356868db731a5cacfb84150b2a1 (patch) | |
tree | 28e59769d840bf187eed41e82c2204d40042b0fb /package/network/config | |
parent | d57ca53ff9d0f6236ab4d5fb7d5585da6596aef9 (diff) | |
download | upstream-1cd76e2d85d86356868db731a5cacfb84150b2a1.tar.gz upstream-1cd76e2d85d86356868db731a5cacfb84150b2a1.tar.bz2 upstream-1cd76e2d85d86356868db731a5cacfb84150b2a1.zip |
netifd: update to the latest version (fixes FS#1358)
1f5a29c ip: do not add local routes for host dependencies
c06f842 device: add support for setting the isolate options for bridge ports
69aeaab interface-ip: fix route selection for host dependencies
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'package/network/config')
-rw-r--r-- | package/network/config/netifd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/network/config/netifd/Makefile b/package/network/config/netifd/Makefile index 8b5d2f8ff3..4a27ddd971 100644 --- a/package/network/config/netifd/Makefile +++ b/package/network/config/netifd/Makefile @@ -5,9 +5,9 @@ PKG_RELEASE:=5 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL=$(PROJECT_GIT)/project/netifd.git -PKG_SOURCE_DATE:=2018-02-26 -PKG_SOURCE_VERSION:=8cdb17d2c58d5c3ecb57bdaf1981cd72b4948db1 -PKG_MIRROR_HASH:=5c0859b779c9665edd7c105b92b7022fa7544e3a704e0e05bb3ab11ba0c30384 +PKG_SOURCE_DATE:=2018-03-13 +PKG_SOURCE_VERSION:=69aeaabcfb62d1821275cd0c076ef557c6814c51 +PKG_MIRROR_HASH:=74c34ba3a308957e2b8f9a0c78d4b9e1e17e237a875755d864c4245b60d487b5 PKG_MAINTAINER:=Felix Fietkau <nbd@nbd.name> PKG_LICENSE:=GPL-2.0 |