Changeset bfbc4f6


Ignore:
Timestamp:
Feb 21, 2006, 2:07:52 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
763fed9
Parents:
a11a2d51
Message:

r1048@server (orig r1046): ryan | 2006-01-12 00:57:42 -0800

r1082@rei: lfs | 2006-01-12 19:19:16 +1100
Update for kernel 2.6.14


Location:
scripts
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • scripts/scripts/target-scripts/target-kernel.sh

    ra11a2d51 rbfbc4f6  
    7171      # Note: you cannot compile kernel < 2.6.9 with gcc4
    7272      case ${target_gcc_ver} in
    73          4.* ) apply_patch linux-2.6.11-gcc4_fixes -Np0 ;;
     73         4.* )
     74            case ${KERNEL_VER} in
     75               2.6.9* | 2.6.1[01]* ) apply_patch linux-2.6.11-gcc4_fixes -Np0 ;;
     76            esac
     77         ;;
    7478      esac
    7579
     
    8387      # instead of depmod since we need a depmod that is not a target-native
    8488      # binary.
    85       apply_patch linux-2.6-lfh-Makefile
     89      case ${KERNEL_VER} in
     90         2.6.[4-9]* | 2.6.1[01]* ) apply_patch linux-2.6-lfh-Makefile ;;
     91         2.6.14* )
     92            apply_patch linux-2.6-lfh-Makefile-2
     93            # TODO: interim fix only - see http://lkml.org/lkml/2005/11/10/146
     94            apply_patch linux-2.6.14-fix_generic_get_unaligned
     95         ;;
     96         2.6.1[2-9]* ) apply_patch linux-2.6-lfh-Makefile-2 ;;
     97      esac
    8698   ;;
    8799esac
Note: See TracChangeset for help on using the changeset viewer.