|
|
@ -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 |
|
|
|
|
|
|
|