kernel: fix build of 3.10 and 3.12 on i686

(cherry picked from commit 23730413fef4be7fe365f452fcaef16c5f4e4b1b)
Signed-off-by: Domen Kožar <domen@dev.si>
This commit is contained in:
Domen Kožar
2016-04-06 10:36:04 +01:00
parent 6f1467b1a7
commit b95a1c4f77
4 changed files with 87 additions and 2 deletions
+10
View File
@@ -35,6 +35,16 @@ in
rec {
link_lguest =
{ name = "gcc5-link-lguest";
patch = ./gcc5-link-lguest.patch;
};
link_apm =
{ name = "gcc5-link-apm";
patch = ./gcc5-link-apm.patch;
};
bridge_stp_helper =
{ name = "bridge-stp-helper";
patch = ./bridge-stp-helper.patch;