kernel: change ring buffer from 1024 to 16384
[wag354g.git] / make.sh
blobca4302974416d1405e84c31766705dc18080302c
1 #!/bin/sh
2 cd router
3 make linux-clean
4 make linux-dep
5 make -j2 linux
6 make clean
7 make -j2
8 make linux-modules
9 make install
10 make rom
11 make upgrade
12 cd ..