Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 111546
Collapse All | Expand All

(-)gen_configkernel.sh (+8 lines)
Lines 28-33 Link Here
28
	determine_config_file
28
	determine_config_file
29
	cd "${KERNEL_DIR}" || gen_die 'Could not switch to the kernel directory!'
29
	cd "${KERNEL_DIR}" || gen_die 'Could not switch to the kernel directory!'
30
30
31
	# PPC fixup for 2.6.14
32
	if [ "${ARCH}" = 'ppc' -a "${VER}" -eq '2' -a "${PAT}" -eq '6' -a "${VER}" -eq '14' ]
33
	then
34
		cd include/asm-ppc
35
		ln -s ../asm-powerpc/* .
36
		cd ../..
37
	fi
38
31
	isTrue "${CLEAN}" && cp "${KERNEL_DIR}/.config" "${KERNEL_DIR}/.config.bak" > /dev/null 2>&1
39
	isTrue "${CLEAN}" && cp "${KERNEL_DIR}/.config" "${KERNEL_DIR}/.config.bak" > /dev/null 2>&1
32
	if isTrue ${MRPROPER}
40
	if isTrue ${MRPROPER}
33
	then
41
	then

Return to bug 111546