package/kernel: add kmod-lib-lzo

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28654 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Nicolas Thill 2011-10-28 13:11:12 +00:00
parent 405bcb8b3d
commit 95f8145957
1 changed files with 19 additions and 0 deletions

View File

@ -83,6 +83,25 @@ endef
$(eval $(call KernelPackage,libcrc32c))
define KernelPackage/lib-lzo
SUBMENU:=$(LIB_MENU)
TITLE:=LZO library support
KCONFIG:= \
CONFIG_LZO_COMPRESS \
CONFIG_LZO_DECOMPRESS
FILES:= \
$(LINUX_DIR)/lib/lzo/lzo_compress.ko \
$(LINUX_DIR)/lib/lzo/lzo_decompress.ko
AUTOLOAD:=$(call AutoLoad,20, lzo_compress lzo_decompress,1)
endef
define KernelPackage/lib-lzo/description
Kernel module for LZO compression/decompression support
endef
$(eval $(call KernelPackage,lib-lzo))
define KernelPackage/textsearch
SUBMENU:=$(LIB_MENU)
TITLE:=Textsearch support is selected if needed