Rename kernel-config to kernel-config-$arch

This commit is contained in:
sin 2014-03-01 15:19:03 +00:00
parent 6e0a667ab9
commit facdf5b9cc
2 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ v="3.10.32"
build: crossmusl kernel_headers
cd src/linux-$v
cp $top/stuff/kernel-config .config
cp "$top/stuff/kernel-config-$arch" .config
#make menuconfig
make oldconfig
make bzImage -j$nprocs