summaryrefslogtreecommitdiffstats
path: root/kernels/linux/CONFIGURE
diff options
context:
space:
mode:
Diffstat (limited to 'kernels/linux/CONFIGURE')
-rwxr-xr-xkernels/linux/CONFIGURE16
1 files changed, 0 insertions, 16 deletions
diff --git a/kernels/linux/CONFIGURE b/kernels/linux/CONFIGURE
index 2228d0cde7..7e510fa206 100755
--- a/kernels/linux/CONFIGURE
+++ b/kernels/linux/CONFIGURE
@@ -1,5 +1,3 @@
-case ${KERNEL_VERSION} in
- 4*|3*|2.6*)
config_query_list MAKEMODE "What make configuration tool would you like to use?" \
"menuconfig" \
"oldconfig" \
@@ -12,20 +10,6 @@ case ${KERNEL_VERSION} in
"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