mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
[package] kernel/modules: Add zlib package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26636 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -100,3 +100,14 @@ SUBMENU:=$(LIB_MENU)
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,textsearch))
|
||||
|
||||
|
||||
define KernelPackage/zlib
|
||||
SUBMENU:=$(LIB_MENU)
|
||||
TITLE:=zlib support is selected if needed
|
||||
KCONFIG:=CONFIG_ZLIB_DEFLATE
|
||||
FILES:=$(LINUX_DIR)/lib/zlib_deflate/zlib_deflate.ko
|
||||
AUTOLOAD:=$(call AutoLoad,20,zlib_deflate,1)
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,zlib))
|
||||
|
||||
Reference in New Issue
Block a user