mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-11 17:34:57 +00:00
package/kernel: add kmod-lib-lzo
SVN-Revision: 28654
This commit is contained in:
parent
a13f6a4b75
commit
340e50b393
@ -83,6 +83,25 @@ endef
|
|||||||
$(eval $(call KernelPackage,libcrc32c))
|
$(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
|
define KernelPackage/textsearch
|
||||||
SUBMENU:=$(LIB_MENU)
|
SUBMENU:=$(LIB_MENU)
|
||||||
TITLE:=Textsearch support is selected if needed
|
TITLE:=Textsearch support is selected if needed
|
||||||
|
Loading…
Reference in New Issue
Block a user