summaryrefslogtreecommitdiffstats
path: root/package/compcache/patches
diff options
context:
space:
mode:
authoracoul <acoul@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-08-06 15:46:13 +0000
committeracoul <acoul@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-08-06 15:46:13 +0000
commit661d69728519dd178dc614eee51245b26940a170 (patch)
tree2b75adc32c3f10e62bf6a99f86334f43bb0367e2 /package/compcache/patches
parent14cf3c5e76d3c0e64ffa30c2149fb32fe375da94 (diff)
package/compcache: revert r22458 as there are some issues with the mainline code
http://code.google.com/p/compcache/issues/detail?id=68 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22514 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/compcache/patches')
-rw-r--r--package/compcache/patches/003-no_stats.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/package/compcache/patches/003-no_stats.patch b/package/compcache/patches/003-no_stats.patch
deleted file mode 100644
index bfa25f8c9..000000000
--- a/package/compcache/patches/003-no_stats.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- 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