projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
mac80211: apply txpower after bringing up the interface, should fix #10113
[openwrt.git]
/
package
/
compcache
/
files
/
compcache.init
diff --git
a/package/compcache/files/compcache.init
b/package/compcache/files/compcache.init
index
aa5d782
..
5939d9f
100644
(file)
--- a/
package/compcache/files/compcache.init
+++ b/
package/compcache/files/compcache.init
@@
-20,7
+20,6
@@
load_modules() {
if [ "`lsmod | grep 'ramzswap'`" == "" ]; then
insmod lzo1x
insmod ramzswap $params_set
- rzscontrol /dev/ramzswap0 --init
sleep 2
swapon /dev/ramzswap0
fi
This page took
0.018887 seconds
and
4
git commands to generate.