1
0
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:
acinonyx
2011-04-12 23:18:53 +00:00
parent 79d6834581
commit 4c7ffb7407
2 changed files with 16 additions and 7 deletions

View File

@@ -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))