summaryrefslogtreecommitdiffstats
path: root/kernels/linux/CONFIGURE
blob: 2228d0cde77c90dfb448fe0089b2084d349114ce (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
case ${KERNEL_VERSION} in
	4*|3*|2.6*)
		config_query_list MAKEMODE "What make configuration tool would you like to use?" \
					"menuconfig" \
					"oldconfig" \
					"silentoldconfig" \
					"xconfig" \
					"defconfig" \
					"gconfig" \
					"allmodconfig" \
					"allyesconfig" \
					"allnoconfig" \
					"randconfig" \
					"smgl-update-defaults"
		;;
	2.[24]*)
		config_query_list MAKEMODE "What make configuration tool would you like to use?" \
					"menuconfig" \
					"xconfig" \
					"oldconfig" \
					"smgl-update-defaults"
		;;
	2.0*)
		config_query_list MAKEMODE "What make configuration tool would you like to use?" \
					"menuconfig" \
					"xconfig"
		;;
esac

if [[ $MAKEMODE == "menuconfig" || $MAKEMODE == "oldconfig" ]]
then
	VOYEUR="on"
fi

config_query UPDATE_BL "Would you like to have $SPELL update your bootloader?" n