Browse Source

* merged r21223 from kernel-cleanup2:

* removed obsolete SDECFG_PKG_LINUX_USE25MODTOOLS config
		  option


git-svn-id: svn://svn.opensde.net/opensde/package/trunk@21655 10447126-35f2-4685-b0cf-6dd780d3921f
early
Alejandro Mery 18 years ago
parent
commit
44b715baf6
  1. 11
      base/linux26/config-700.hlp
  2. 10
      base/linux26/config-700.in

11
base/linux26/config-700.hlp

@ -1,7 +1,8 @@
# --- T2-COPYRIGHT-NOTE-BEGIN ---
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# T2 SDE: package/.../linux24/config-700.hlp
# Filename: package/.../linux26/config-700.hlp
# Copyright (C) 2007 The OpenSDE Project
# Copyright (C) 2004 - 2006 The T2 SDE Project
# Copyright (C) 1998 - 2003 Clifford Wolf
#
@ -11,7 +12,7 @@
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License. A copy of the
# GNU General Public License can be found in the file COPYING.
# --- T2-COPYRIGHT-NOTE-END ---
# --- SDE-COPYRIGHT-NOTE-END ---
MENU_PKG_LINUX
Here you will find options to configure the kernel.
@ -33,10 +34,6 @@ SDECFG_PKG_LINUX_CONFIG_STYLE
Manually supplied kernel config options will be applied whatever option
is choosen here.
SDECFG_PKG_LINUX_USE25MODTOOLS
Please check here if you want to use the newer modutils. This is
needed if you want to use a 2.5.x kernel.
SDECFG_PKG_LINUX_UML_STYLE
Here you can define UML (User Mode Linux) specific kernel optimizations.

10
base/linux26/config-700.in

@ -1,8 +1,8 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../linux24/config-700.in
# Copyright (C) 2006 The OpenSDE Project
# Filename: package/.../linux26/config-700.in
# Copyright (C) 2006 - 2007 The OpenSDE Project
# Copyright (C) 2004 - 2006 The T2 SDE Project
# Copyright (C) 1998 - 2003 Clifford Wolf
#
@ -40,12 +40,6 @@ menu_begin MENU_PKG_LINUX 'Linux Kernel Options'
nomodules 'Perform normal kernel configuration without modules' \
modules 'Perform normal kernel configuration including modules'
bool 'Build kernel 2.5.x module utils (module-init-tools)' \
SDECFG_PKG_LINUX_USE25MODTOOLS 1
if [ $SDECFG_PKG_LINUX_USE25MODTOOLS = 0 ] ; then
pkgdisable module-init-tools
fi
if pkgcheck uml_utilities X ; then
choice SDECFG_PKG_LINUX_UML_STYLE modules \
none 'Do not perform any automatic UML related optimization' \

Loading…
Cancel
Save