diff --git a/base/linux26/config-700.hlp b/base/linux26/config-700.hlp index 96af46fc8..9f4f6459b 100644 --- a/base/linux26/config-700.hlp +++ b/base/linux26/config-700.hlp @@ -2,7 +2,7 @@ # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: package/.../linux26/config-700.hlp -# Copyright (C) 2007 The OpenSDE Project +# Copyright (C) 2007 - 2008 The OpenSDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project # Copyright (C) 1998 - 2003 Clifford Wolf # @@ -17,11 +17,6 @@ MENU_PKG_LINUX Here you will find options to configure the kernel. -SDECFG_PKG_LINUX_CUSTCONFIG - Here you can define custom configurations to the kernel. - Please note that these will apply _after_ the default kernel config - has been created. - SDECFG_PKG_LINUX_CONFIG_STYLE This options selects whether to not perform an automated kernel configuration generation, to parse the normal ROCK Linux configuraton diff --git a/base/linux26/config-700.in b/base/linux26/config-700.in index 7a66eef17..c59e6249c 100644 --- a/base/linux26/config-700.in +++ b/base/linux26/config-700.in @@ -2,7 +2,7 @@ # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: package/.../linux26/config-700.in -# Copyright (C) 2006 - 2007 The OpenSDE Project +# Copyright (C) 2006 - 2008 The OpenSDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project # Copyright (C) 1998 - 2003 Clifford Wolf # @@ -16,25 +16,6 @@ menu_begin MENU_PKG_LINUX 'Linux Kernel Options' - if [ "$SDECFG_PKG_LINUX_CONFIG_STYLE" = none ] ; then - SDECFGSET_PKG_LINUX_CUSTCONFIG=1 - fi - - bool 'Apply custom kernel build configuration settings' \ - SDECFG_PKG_LINUX_CUSTCONFIG 0 - - if [ "$SDECFG_PKG_LINUX_CUSTCONFIG" = 1 ] ; then - block_begin 3 - comment 'The kernel config is stored in:' - comment "config/$config/linux.cfg" - editfile SDECFG_PKG_LINUX_CUSTCONFIG_FILE \ - $cfgtmpdir/config/linux.cfg \ - 'Linux kernel build config settings' - block_end - else - rm -f $cfgtmpdir/config/linux.cfg - fi - choice SDECFG_PKG_LINUX_CONFIG_STYLE modules \ none 'Do not perform any automatic kernel configuration' \ nomodules 'Perform normal kernel configuration without modules' \