aboutsummaryrefslogtreecommitdiffstats
path: root/package/compcache/patches
diff options
context:
space:
mode:
authorAlexandros C. Couloumbis <alex@ozo.com>2010-08-01 16:57:24 +0000
committerAlexandros C. Couloumbis <alex@ozo.com>2010-08-01 16:57:24 +0000
commit6978c1cb831490a58573294532c2f8b3e4d02886 (patch)
tree3eef05ee4ee1fdfd81658f457394ef4524752276 /package/compcache/patches
parent31239d3332b01139167ba4df264b24f067d96fd4 (diff)
downloadupstream-6978c1cb831490a58573294532c2f8b3e4d02886.tar.gz
upstream-6978c1cb831490a58573294532c2f8b3e4d02886.tar.bz2
upstream-6978c1cb831490a58573294532c2f8b3e4d02886.zip
package/compcache: use mainline modules for kernels >=2.6.33 (thank you nbd)
SVN-Revision: 22458
Diffstat (limited to 'package/compcache/patches')
-rw-r--r--package/compcache/patches/003-no_stats.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/package/compcache/patches/003-no_stats.patch b/package/compcache/patches/003-no_stats.patch
new file mode 100644
index 0000000000..bfa25f8c98
--- /dev/null
+++ b/package/compcache/patches/003-no_stats.patch
@@ -0,0 +1,12 @@
+--- a/Makefile
++++ b/Makefile
+@@ -2,8 +2,7 @@ KERNEL_BUILD_PATH ?= "/lib/modules/$(she
+
+ XVM = sub-projects/allocators/xvmalloc-kmod
+ LZO = sub-projects/compression/lzo-kmod
+-EXTRA_CFLAGS := -DCONFIG_RAMZSWAP_STATS \
+- -Wall
++EXTRA_CFLAGS := -Wall
+
+ obj-m += ramzswap.o $(LZO)/lzo1x.o
+ ramzswap-objs := ramzswap_drv.o $(XVM)/xvmalloc.o