Add kernel config for i486

This commit is contained in:
sin 2014-03-03 15:52:31 +00:00
parent bb0de1adc8
commit 29e3a54e62
2 changed files with 3372 additions and 3 deletions

View File

@ -3,9 +3,12 @@ v="3.10.32"
build: crossmusl kernel_headers
cd src/linux-$v
cp "$top/stuff/kernel-config-$arch" .config
#make menuconfig
make oldconfig
make bzImage -j$nprocs
if test "$arch" = "x86_64"; then
A=x86_64
else
A=x86
fi
make ARCH="$A" bzImage -j$nprocs
cp arch/x86/boot/bzImage "$root/boot"
cp .config "$root/boot/bzImage.config"
cp System.map "$root/boot"

3366
stuff/kernel-config-i486 Normal file

File diff suppressed because it is too large Load Diff