Przy kompilacji kernela wyskakuje mi błąd:
Kod: Zaznacz cały
uname -a >> debian/buildinfo
echo using the compiler: >> debian/buildinfo
grep LINUX_COMPILER include/linux/compile.h | \
sed -e 's/.*LINUX_COMPILER "//' -e 's/"$//' >> debian/buildinfo
echo applied kernel patches: >> debian/buildinfo
echo done > debian/stamp-build-kernel
====== making target install/linux-image-2.6.26 [new prereqs: ]======
This is kernel package version 11.001-0.1.
echo "The UTS Release version in include/linux/utsrelease.h"; echo " \"2.6.26n\" "; echo "does not match current version:"; echo " \"2.6.26\" "; echo "Please correct this."; exit 2
The UTS Release version in include/linux/utsrelease.h
"2.6.26n"
does not match current version:
"2.6.26"
Please correct this.
make: *** [install/linux-image-2.6.26] Błąd 2