--- gen_configkernel.sh 2005-11-07 02:48:45.000000000 +0000 +++ gen_configkernel.sh.patched 2005-11-07 02:48:16.000000000 +0000 @@ -28,6 +28,14 @@ determine_config_file cd "${KERNEL_DIR}" || gen_die 'Could not switch to the kernel directory!' + # PPC fixup for 2.6.14 + if [ "${ARCH}" = 'ppc' -a "${VER}" -eq '2' -a "${PAT}" -eq '6' -a "${VER}" -eq '14' ] + then + cd include/asm-ppc + ln -s ../asm-powerpc/* . + cd ../.. + fi + isTrue "${CLEAN}" && cp "${KERNEL_DIR}/.config" "${KERNEL_DIR}/.config.bak" > /dev/null 2>&1 if isTrue ${MRPROPER} then