Browse Source

Clifford Wolf:


			
			
				rocklinux
			
			
		
Clifford Wolf 20 years ago
parent
commit
3ff3bb1465
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      package/base/linux/config-500.in

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

@ -24,7 +24,7 @@ if pkgcheck linux X
then
menu_begin MENU_PKG_LINUX 'Linux Kernel Options'
choice ROCKCFG_PKG_LINUX_HEADERS linux24 \
choice ROCKCFG_PKG_LINUX_HEADERS linux26 \
linux24 'Use linux kernel 2.4.x headers in /usr/include' \
linux26 'Use linux kernel 2.6.x headers in /usr/include'
@ -69,7 +69,7 @@ then
const ROCKCFG_PKG_LINUX_DEFAULT linux24
;;
*)
choice ROCKCFG_PKG_LINUX_DEFAULT linux24 \
choice ROCKCFG_PKG_LINUX_DEFAULT linux26 \
linux24 'Use linux kernel 2.4.x as default kernel' \
linux26 'Use linux kernel 2.6.x as default kernel'
;;

Loading…
Cancel
Save