- Timestamp:
- Feb 21, 2006, 2:07:52 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:
- 763fed9
- Parents:
- a11a2d51
- Location:
- scripts
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
scripts/scripts/target-scripts/target-kernel.sh
ra11a2d51 rbfbc4f6 71 71 # Note: you cannot compile kernel < 2.6.9 with gcc4 72 72 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 ;; 74 78 esac 75 79 … … 83 87 # instead of depmod since we need a depmod that is not a target-native 84 88 # 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 86 98 ;; 87 99 esac
Note:
See TracChangeset
for help on using the changeset viewer.