aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-02-16 09:07:19 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-02-16 09:07:19 +0000
commit00d422fc600232d02f70877305288501d15ed07d (patch)
tree23d34f652723e0a180150d18cb109ac7dbe731ce /package
parentdd41c1927cd850b5c40e6f33a7137b262911cc99 (diff)
downloadupstream-00d422fc600232d02f70877305288501d15ed07d.tar.gz
upstream-00d422fc600232d02f70877305288501d15ed07d.tar.bz2
upstream-00d422fc600232d02f70877305288501d15ed07d.zip
netifd: update to the latest version, reverts a commit causing MTU issues (fixes #18869)
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44461
Diffstat (limited to 'package')
-rw-r--r--package/network/config/netifd/Makefile4
-rw-r--r--package/network/config/netifd/patches/001-musl_af_inet_include.patch11
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)