Changeset c7ec163 for scripts/scripts/target-scripts/target-kernel.sh
- Timestamp:
- Mar 7, 2006, 3:28:28 AM (19 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 8546c13
- Parents:
- 80dc21b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
scripts/scripts/target-scripts/target-kernel.sh
r80dc21b rc7ec163 63 63 64 64 # 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 ;; 68 73 esac 69 74
Note:
See TracChangeset
for help on using the changeset viewer.