repo.or.cz
/
wag354g.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
kernel: change ring buffer from 1024 to 16384
[wag354g.git]
/
make.sh
blob
ca4302974416d1405e84c31766705dc18080302c
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
..