|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
|
|
# |
|
|
|
|
# Filename: package/.../linux26/config-700.in |
|
|
|
|
# Copyright (C) 2006 - 2008 The OpenSDE Project |
|
|
|
|
# Copyright (C) 2006 - 2010 The OpenSDE Project |
|
|
|
|
# Copyright (C) 2004 - 2006 The T2 SDE Project |
|
|
|
|
# Copyright (C) 1998 - 2003 Clifford Wolf |
|
|
|
|
# |
|
|
|
@ -20,6 +20,7 @@ menu_begin MENU_PKG_LINUX 'Linux Kernel Options'
|
|
|
|
|
none 'Use only the custom settings' \ |
|
|
|
|
allmodules 'Automatic, starting with all modules enabled' \ |
|
|
|
|
defconfig 'Automatic, starting with defconfig from upstream' \ |
|
|
|
|
humble 'Automatic, using defconfig but not forcing modules' \ |
|
|
|
|
nomodules 'Using defconfig but disabling all modules at the end' |
|
|
|
|
|
|
|
|
|
if [ "$SDECFG_PKG_LINUX_CONFIG_STYLE" = none ]; then |
|
|
|
@ -34,4 +35,3 @@ menu_begin MENU_PKG_LINUX 'Linux Kernel Options'
|
|
|
|
|
guest 'Build UML Guest kernel (Not implemented yet!)' |
|
|
|
|
fi |
|
|
|
|
menu_end |
|
|
|
|
|
|
|
|
|