]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Add h12y-patch to kernel
authorArne Fitzenreiter <arne_f@ipfire.org>
Sun, 14 Dec 2008 10:25:13 +0000 (11:25 +0100)
committerArne Fitzenreiter <arne_f@ipfire.org>
Sun, 14 Dec 2008 10:25:13 +0000 (11:25 +0100)
lfs/linux

index 4bdc8b6528afd063f223121a120eaf2358f39e62..dec0e8876d33e7f44c3ff6275a8a4d3831c95485 100644 (file)
--- a/lfs/linux
+++ b/lfs/linux
@@ -43,6 +43,7 @@ GRSEC_PATCH    = grsecurity-2.1.12-$(VER)-200811291903.patch
 OCF_PATCH      = ocf-linux-26-20080917.patch
 REISER4_PATCH  = reiser4-for-$(VER).patch
 SQUASHFS_PATCH = $(THISAPP)-squashfs3.4-1.patch
+H12Y_PATCH     = linux-h12y-mmio-quirks.patch
 
 ###############################################################################
 # Top-level Rules
@@ -52,7 +53,8 @@ objects = $(DL_FILE) \
        $(OCF_PATCH) \
        $(REISER4_PATCH) \
        $(SQUASHFS_PATCH) \
-       $(GRSEC_PATCH)
+       $(GRSEC_PATCH) \
+       $(H12Y_PATCH)
 
 install : $(OBJECT)
 
@@ -89,6 +91,10 @@ $(OBJECT) :
        cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(GRSEC_PATCH)
        rm -f $(DIR_APP)/localversion-grsec
 
+       ### H12Y mmio patch for H12Y Laptops
+       #
+       cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(H12Y_PATCH)
+
 ifeq "$(STAGE)" "toolchain"
        install -dv $(TOOLS_DIR)/include
        cd $(DIR_APP) && make mrproper