summaryrefslogtreecommitdiffstats
path: root/package/compcache/Makefile
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-04-16 09:54:27 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-04-16 09:54:27 +0000
commitbce9978c108910dcc1bb58eee32dd9d39ebba5ff (patch)
tree842aa818824f8a3ac70fb9ec2d1009bdf51aa045 /package/compcache/Makefile
parent682a6e85dd7ad579be5a2ad21dab8e53071612e3 (diff)
package/compcache: move configuration in submenu
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20906 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 2fec28952..13a9056db 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