fan-networking: updated patches from Ubuntu

This pulls in updated Fan Networking patches from Ubuntu.
(https://wiki.ubuntu.com/FanNetworking)

closes #14328
This commit is contained in:
Charles Strahan
2016-04-10 16:07:03 -04:00
parent aec8daed86
commit ad7b1e24c2
10 changed files with 1626 additions and 1323 deletions
+7 -1
View File
@@ -10,7 +10,13 @@ stdenv.mkDerivation rec {
sha256 = "159988vv3fd78bzhisfl1dl4dd7km3vjzs2d8899a0vcvn412fzh";
};
patches = lib.optionals enableFan [ ./ubuntu-fan.patch ];
patches = lib.optionals enableFan [
# These patches were pulled from:
# https://launchpad.net/ubuntu/xenial/+source/iproute2
./1000-ubuntu-poc-fan-driver.patch
./1001-ubuntu-poc-fan-driver-v3.patch
./1002-ubuntu-poc-fan-driver-vxlan.patch
];
preConfigure = ''
patchShebangs ./configure