Skip to content

Commit

Permalink
add ramzswap comcache device for models with less memory
Browse files Browse the repository at this point in the history
  • Loading branch information
atvcaptain committed Jul 22, 2014
1 parent 1c1b88b commit 603a16a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
Expand Up @@ -13,7 +13,7 @@ inherit module gitpkgv
PACKAGES = "${PN} ${PN}-dev"

SRCREV = "${AUTOREV}"
PR = "r12"
PR = "r13"
PV = "0.5+git${SRCPV}"
PKGV = "0.5.+git${GITPKGV}"

Expand Down
Expand Up @@ -3,4 +3,9 @@
# set booster start frequenz
if [ "$(grep config.plugins.booster.startfrequenz= /etc/enigma2/settings | sed 's/config.plugins.booster.startfrequenz=//g')" != "" ]; then
echo $(grep config.plugins.booster.startfrequenz= /etc/enigma2/settings | sed 's/config.plugins.booster.startfrequenz=//g') > /proc/cpu_frequ/pll0_ndiv_mdiv
fi
fi

# load ramzswap
insmod /lib/modules/`uname -r`/extra/compcache/ramzswap.ko
swapon /dev/ramzswap0
swapon -a

0 comments on commit 603a16a

Please sign in to comment.