Browse Source

Clifford Wolf:


			
			
				rocklinux
			
			
		
Clifford Wolf 16 years ago
parent
commit
5e68461554
3 changed files with 9 additions and 5 deletions
  1. +5
    -1
      architecture/share/kernel-common.conf
  2. +2
    -2
      package/base/linux/linux.conf
  3. +2
    -2
      package/base/linux/linux.desc

+ 5
- 1
architecture/share/kernel-common.conf

@ -1,8 +1,12 @@
dnl Enable experimental features (like DevFS ;-)
dnl Enable experimental features
dnl
CONFIG_EXPERIMENTAL=y
dnl Use unmodified version string (no *-dirty, etc)
dnl
# CONFIG_LOCALVERSION_AUTO is not set
dnl On default we build SMP kernels and mods
dnl
CONFIG_SMP=y

+ 2
- 2
package/base/linux/linux.conf

@ -538,14 +538,14 @@ main_lx_headers() {
patch -p1 --no-backup-if-mismatch < $x
done
versionhotfix 2.6.25
versionhotfix 2.6.25.10
find include/ -type f | xargs -r sed -i "/include/ s,<asm/,<asm-$lx_src_cpu/,g"
$MAKE mrproper
$MAKE INSTALL_HDR_PATH=dest headers_check
find dest/ -name '.check.*' | xargs rm -vf
versionhotfix 2.6.25
versionhotfix 2.6.25.10
rm -f dest/include/asm
ln -sv asm-$lx_src_cpu dest/include/asm

+ 2
- 2
package/base/linux/linux.desc

@ -50,8 +50,8 @@
#endif
#if xpkg == linux26.*
[V] 2.6.25
[D] 2632055287 linux-2.6.25.tar.bz2 http://www.kernel.org/pub/linux/kernel/v2.6/
[V] 2.6.25.10
[D] 3796465241 linux-2.6.25.10.tar.bz2 http://www.kernel.org/pub/linux/kernel/v2.6/
#endif
[CD] <COPY> for x in $cachedir/linux2[46].cache; do cp $x $confdir/$pkg.cache; done

Loading…
Cancel
Save