Merge "compcache: support ramzswap.ko in alternate module paths" into gingerbread
This commit is contained in:
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…
Reference in New Issue
Block a user