diff options
author | Nicolas Thill <nico@openwrt.org> | 2010-04-16 09:54:27 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2010-04-16 09:54:27 +0000 |
commit | a1bd4218991bedf21deda1b476d9a0da19a1437c (patch) | |
tree | 8fcf4e8bfa857271fed80e5c3d1c13f6549d3ae2 /package/compcache/Makefile | |
parent | 8b5bc8a9b33678928e671f9d1bba6811ff2faa75 (diff) | |
download | upstream-a1bd4218991bedf21deda1b476d9a0da19a1437c.tar.gz upstream-a1bd4218991bedf21deda1b476d9a0da19a1437c.tar.bz2 upstream-a1bd4218991bedf21deda1b476d9a0da19a1437c.zip |
package/compcache: move configuration in submenu
SVN-Revision: 20906
Diffstat (limited to 'package/compcache/Makefile')
-rw-r--r-- | package/compcache/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/compcache/Makefile b/package/compcache/Makefile index 2fec289527..13a9056db4 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 |