summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xkernels/linux/CONFIGURE16
-rw-r--r--kernels/linux/HISTORY3
2 files changed, 3 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
diff --git a/kernels/linux/HISTORY b/kernels/linux/HISTORY
index 713f38b9d6..3d242f1342 100644
--- a/kernels/linux/HISTORY
+++ b/kernels/linux/HISTORY
@@ -1,3 +1,6 @@
+2019-03-04 Treeve Jelbert <treeve@sourcemage.org>
+ * CONFIGURE: remove ancient 2,x relics
+
2019-03-04 Pavel Vinogradov <public@sourcemage.org>
* latest.defaults: LATEST_5=5.0
LATEST_maintenance_patches_5=patch-5.0