|
|
|
@ -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' \ |
|
|
|
|