You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/package/compcache/patches/003-no_stats.patch

13 lines
342 B
Diff

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