11 lines
110 B
Bash
Executable file
11 lines
110 B
Bash
Executable file
#! /bin/bash
|
|
|
|
cd /usr/src/linux
|
|
|
|
make oldconfig
|
|
|
|
make menuconfig
|
|
|
|
make -j17
|
|
make modules_install
|
|
make install
|