kernel: Fix path to stp bridge helper

This commit is contained in:
William A. Kennington III
2015-01-14 10:34:28 -08:00
parent 1b34559ff5
commit 1ec68e0d13
3 changed files with 34 additions and 8 deletions
@@ -32,6 +32,11 @@ in
rec {
bridge_stp_helper =
{ name = "bridge-stp-helper";
patch = ./bridge-stp-helper.patch;
};
no_xsave =
{ name = "no-xsave";
patch = ./no-xsave.patch;