diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-02-16 09:07:19 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-02-16 09:07:19 +0000 |
commit | c07d8fffd3bda085f52cf4f2c2a3f7fb43417f4b (patch) | |
tree | 12827033ec50d4e150e86baf2579fab96a2a323c /package/network/config/netifd | |
parent | 4093cf4d1c72aa2f2a3d9badd09cea3463debf4d (diff) | |
download | upstream-c07d8fffd3bda085f52cf4f2c2a3f7fb43417f4b.tar.gz upstream-c07d8fffd3bda085f52cf4f2c2a3f7fb43417f4b.tar.bz2 upstream-c07d8fffd3bda085f52cf4f2c2a3f7fb43417f4b.zip |
netifd: update to the latest version, reverts a commit causing MTU issues (fixes #18869)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44461 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/config/netifd')
-rw-r--r-- | package/network/config/netifd/Makefile | 4 | ||||
-rw-r--r-- | package/network/config/netifd/patches/001-musl_af_inet_include.patch | 11 |
2 files changed, 2 insertions, 13 deletions
diff --git a/package/network/config/netifd/Makefile b/package/network/config/netifd/Makefile index ebd28e4c30..211917ccd7 100644 --- a/package/network/config/netifd/Makefile +++ b/package/network/config/netifd/Makefile @@ -1,13 +1,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=netifd -PKG_VERSION:=2015-02-09 +PKG_VERSION:=2015-02-16 PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=http://git.openwrt.org/project/netifd.git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_VERSION:=2dae3867c8730e194c036a7827b0322726adf81a +PKG_SOURCE_VERSION:=2d09cca0e90127d33eed43b8790f5778ba3b943f PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MAINTAINER:=Felix Fietkau <nbd@openwrt.org> # PKG_MIRROR_MD5SUM:= diff --git a/package/network/config/netifd/patches/001-musl_af_inet_include.patch b/package/network/config/netifd/patches/001-musl_af_inet_include.patch deleted file mode 100644 index 510ee05647..0000000000 --- a/package/network/config/netifd/patches/001-musl_af_inet_include.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -urN netifd-2012-10-29/utils.c netifd-2012-10-29.new/utils.c ---- netifd-2012-10-29/utils.c 2012-11-23 17:15:39.000000000 +0100 -+++ netifd-2012-10-29.new/utils.c 2012-11-23 17:16:53.409244361 +0100 -@@ -17,6 +17,7 @@ - - #include <arpa/inet.h> - #include <netinet/in.h> -+#include <sys/socket.h> - - void - __vlist_simple_init(struct vlist_simple_tree *tree, int offset) |