Use a minimal kernel config

This commit is contained in:
sin 2013-09-19 14:46:01 +01:00
parent 54d96836b3
commit ae4a1abf19
2 changed files with 82 additions and 5843 deletions

View File

@ -13,8 +13,8 @@ unpack() {
build() {
pushd src/linux-3.11.1
cp $top/stuff/kernel-config .config
# make menuconfig
make bzImage -j$nprocs
make menuconfig
make bzImage -j$nprocs || return 1
popd
}

File diff suppressed because it is too large Load Diff