linux_chromiumos_3_14: init at 3.14.0

Co-authored-by: Nikolay Amiantov <ab@fmap.me>
This commit is contained in:
Al Zohali
2016-01-13 22:43:19 +03:00
co-authored by Nikolay Amiantov
parent ee9e7b7224
commit a3a5bc6095
5 changed files with 110 additions and 0 deletions
+10
View File
@@ -109,6 +109,11 @@ rec {
};
chromiumos_Kconfig_fix_entries_3_14 =
{ name = "Kconfig_fix_entries_3_14";
patch = ./chromiumos-patches/fix-double-Kconfig-entry-3.14.patch;
};
chromiumos_Kconfig_fix_entries_3_18 =
{ name = "Kconfig_fix_entries_3_18";
patch = ./chromiumos-patches/fix-double-Kconfig-entry-3.18.patch;
@@ -118,4 +123,9 @@ rec {
{ name = "chromium-no-link-restrictions";
patch = ./chromiumos-patches/no-link-restrictions.patch;
};
chromiumos_mfd_fix_dependency =
{ name = "mfd_fix_dependency";
patch = ./chromiumos-patches/mfd-fix-dependency.patch;
};
}