Merge "compcache: support ramzswap.ko in alternate module paths" into gingerbread

This commit is contained in:
Steve Kondik 2011-04-07 04:21:45 +04:00 committed by Gerrit Code Review
commit 6a04a58209
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
# shade@chemlab.org (cyanogen)
#
isramzswap="$(ls -1 /system/lib/modules/2.6.*/kernel/drivers/staging/ramzswap/ramzswap.ko 2>/dev/null)"
isramzswap="$(find /system/lib/modules/ -name ramzswap.ko 2>/dev/null)"
if [ -n "$isramzswap" ] ; then
MODULE=ramzswap