Browse Source

Clifford Wolf:


			
			
				rocklinux
			
			
		
Clifford Wolf 18 years ago
parent
commit
cec3d7aa1e
2 changed files with 10 additions and 4 deletions
  1. +8
    -2
      package/base/linux/linux.conf
  2. +2
    -2
      package/base/linux/linux.desc

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

@ -527,9 +527,15 @@ main_lx() {
main_lx_headers() {
lx_source
versionhotfix 2.6.24.4
find include/ -type f | xargs -r sed -i "/include/ s,<asm/,<asm-$lx_src_cpu/,g"
$MAKE mrproper
$MAKE headers_check
$MAKE INSTALL_HDR_PATH=dest headers_install
$MAKE INSTALL_HDR_PATH=dest headers_check
versionhotfix 2.6.24.4
rm -f dest/include/asm
ln -sv asm-$lx_src_cpu dest/include/asm
for x in $confdir/linux26-hdrs/*.patch; do
[ -f $x ] || continue

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

@ -50,8 +50,8 @@
#endif
#if xpkg == linux26.*
[V] 2.6.24.2
[D] 2288383357 linux-2.6.24.2.tar.bz2 http://www.kernel.org/pub/linux/kernel/v2.6/
[V] 2.6.24.4
[D] 1458141259 linux-2.6.24.4.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