Ignore:
Timestamp:
Mar 7, 2006, 3:28:28 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:
8546c13
Parents:
80dc21b
Message:

r2473@server (orig r1230): ryan | 2006-03-06 23:56:13 -0800

r1232@rei: lfs | 2006-03-07 18:03:13 +1100
Gah, push in long forgotten changes (must sync more often)


File:
1 edited

Legend:

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

    r80dc21b rc7ec163  
    6363
    6464      # fix issues with kernel concerning 2.16 binutils
    65       # checked against 2.6.11, need to check against 2.6.12
    66       case ${target_gas_ver} in
    67          2.16* ) apply_patch linux-2.6-seg-5 ;;
     65      # checked against 2.6.11, need to check against 2.6.12 and earlier
     66      # Patch does not apply to 2.6.15
     67      case ${KERNEL_VER} in
     68         2.6.1[01]* )
     69            case ${target_gas_ver} in
     70               2.16* ) apply_patch linux-2.6-seg-5 ;;
     71            esac
     72         ;;
    6873      esac
    6974
Note: See TracChangeset for help on using the changeset viewer.