Browse Source

Stefan Fiedler:


			
			
				rocklinux
			
			
		
Stefan Fiedler 20 years ago
parent
commit
3f18911358
1 changed files with 7 additions and 7 deletions
  1. +7
    -7
      package/base/linux/config-500.in

+ 7
- 7
package/base/linux/config-500.in

@ -84,12 +84,18 @@ then
ROCKCFGSET_PKG_LINUX_CUSTCONFIG=1 ROCKCFGSET_PKG_LINUX_CUSTCONFIG=1
fi fi
bool 'Build kernel 2.6.x module utils (module-init-tools)' \
ROCKCFG_PKG_LINUX_USE26MODTOOLS 1
if [ $ROCKCFG_PKG_LINUX_USE26MODTOOLS = 0 ] ; then
pkgdisable module-init-tools
fi
bool 'Apply custom kernel build configuration settings' \ bool 'Apply custom kernel build configuration settings' \
ROCKCFG_PKG_LINUX_CUSTCONFIG 0 ROCKCFG_PKG_LINUX_CUSTCONFIG 0
if [ "$ROCKCFG_PKG_LINUX_CUSTCONFIG" = 1 ] ; then if [ "$ROCKCFG_PKG_LINUX_CUSTCONFIG" = 1 ] ; then
block_begin 3 block_begin 3
comment 'The kernel config is strored in:'
comment 'The kernel config is stored in:'
comment "config/$config/linux.cfg" comment "config/$config/linux.cfg"
editfile ROCKCFG_PKG_LINUX_CUSTCONFIG_FILE \ editfile ROCKCFG_PKG_LINUX_CUSTCONFIG_FILE \
config/$config/linux.cfg \ config/$config/linux.cfg \
@ -99,12 +105,6 @@ then
rm -f config/$config/linux.cfg rm -f config/$config/linux.cfg
fi fi
bool 'Build kernel 2.6.x module utils (module-init-tools)' \
ROCKCFG_PKG_LINUX_USE26MODTOOLS 1
if [ $ROCKCFG_PKG_LINUX_USE26MODTOOLS = 0 ] ; then
pkgdisable module-init-tools
fi
menu_end menu_end
pkgremove linux pkgremove linux
fi fi

Loading…
Cancel
Save