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

gugelfrei
Steve Kondik 13 years ago committed by Gerrit Code Review
commit 6a04a58209

@ -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

Loading…
Cancel
Save