Skip to content

Commit

Permalink
patches: update netifd to support veth-devices
Browse files Browse the repository at this point in the history
* this patch backports netifd-updates from LEDE-master (2017-02-12) onto LEDE-17.01
* more recent netifd-versions require more changes to not break with vti/gre/6rd
(see http://lists.infradead.org/pipermail/lede-dev/2017-September/008794.html)
* the reason is to gain support for veth-devices
  • Loading branch information
SvenRoederer committed Sep 17, 2017
1 parent 59c8eca commit ea110de
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
33 changes: 33 additions & 0 deletions patches/006-update_netifd_for_veth.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
commit 5299ef57a489004af2d0d3b3082988fb43668b97
Author: Hans Dedecker <dedeckeh@gmail.com>
Date: Sun Feb 12 18:09:53 2017 +0100

netifd: update to git HEAD version of 2017-02-11

cherry-picked from master (4c09f99)

f107656 netifd: Add option to configure locktime for each device
cdc0e80 interface: add prefix assignment priority support
6397f5e device: add veth support
6228d0f wireless: fix _wireless_add_process
7cc2f10 treewide: fix white space errors

Signed-off-by: Sven Roederer <freifunk@it-solutions.geroedel.de>

diff --git a/package/network/config/netifd/Makefile b/package/network/config/netifd/Makefile
index fb03586..4602ba2 100644
--- a/package/network/config/netifd/Makefile
+++ b/package/network/config/netifd/Makefile
@@ -5,9 +5,9 @@ PKG_RELEASE:=1

PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL=$(LEDE_GIT)/project/netifd.git
-PKG_SOURCE_DATE:=2017-01-25
-PKG_SOURCE_VERSION:=650758b16e5185505a3fbc1307949340af70b611
-PKG_MIRROR_HASH:=d09c740bc1bf6269678bd75c9af52ecd4be3d1d59402a543ceb9d4459cecfa2b
+PKG_SOURCE_DATE:=2017-02-11
+PKG_SOURCE_VERSION:=f1076561f4cd4e391ca654d76498b0429413c61e
+PKG_MIRROR_HASH:=968f8de6c7b1d0290be27aa840b568d9bfe7da27a8d684cb75e63a1b21e38332
PKG_MAINTAINER:=Felix Fietkau <nbd@nbd.name>

PKG_LICENSE:=GPL-2.0
1 change: 1 addition & 0 deletions patches/series
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
003-openvpn_add_extracerts.patch
004-fix_x86domu-xen.patch
005-fix_x86domu-console.patch
006-update_netifd_for_veth.patch
600-imagebuilder-custom-postinst-script.patch
700-banner-info.patch
701-luci-freifunk-policyrouting-berlin.patch
Expand Down

0 comments on commit ea110de

Please sign in to comment.