summaryrefslogtreecommitdiff
path: root/package/compcache/Makefile
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2010-04-16 09:54:27 +0000
committerNicolas Thill <nico@openwrt.org>2010-04-16 09:54:27 +0000
commita1bd4218991bedf21deda1b476d9a0da19a1437c (patch)
tree8fcf4e8bfa857271fed80e5c3d1c13f6549d3ae2 /package/compcache/Makefile
parent8b5bc8a9b33678928e671f9d1bba6811ff2faa75 (diff)
downloadmtk-20170518-a1bd4218991bedf21deda1b476d9a0da19a1437c.zip
mtk-20170518-a1bd4218991bedf21deda1b476d9a0da19a1437c.tar.gz
mtk-20170518-a1bd4218991bedf21deda1b476d9a0da19a1437c.tar.bz2
package/compcache: move configuration in submenu
SVN-Revision: 20906
Diffstat (limited to 'package/compcache/Makefile')
-rw-r--r--package/compcache/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/compcache/Makefile b/package/compcache/Makefile
index 2fec289..13a9056 100644
--- a/package/compcache/Makefile
+++ b/package/compcache/Makefile
@@ -26,6 +26,7 @@ define KernelPackage/compcache
VERSION:=$(LINUX_VERSION)-$(BOARD)-$(LINUX_RELEASE)+$(PKG_RELEASE)
FILES:=$(PKG_BUILD_DIR)/ramzswap.$(LINUX_KMOD_SUFFIX) \
$(PKG_BUILD_DIR)/sub-projects/compression/lzo-kmod/lzo1x.$(LINUX_KMOD_SUFFIX)
+ MENU:=1
endef