mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-19 04:49:42 +02:00
zlib fix for btrfs
Hi, yes, it is true... In the standard, unpatched trunk is zlib_inflate.ko compiled, but not included in any package... So, my previous version was functional, but with system bug. Here is fixed patch. On Wed, Jun 13, 2012 at 05:00:02PM +0200, Jo-Philipp Wich wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > - -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hi. > > Shouldn't you also add CONFIG_ZLIB_DEFLATE to KCONFIG then? > > ~ Jow > - -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.12 (GNU/Linux) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ > > iEYEARECAAYFAk/YqrcACgkQdputYINPTPM6dgCfYDgzK1XHiKDJNSdc/+HgIoRp > HSgAoKdUxcqXzHqTLiyEkiQqCnDuuVmu > =0DUX > - -----END PGP SIGNATURE----- > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.12 (GNU/Linux) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ > > iEYEARECAAYFAk/YqvIACgkQdputYINPTPNMagCePNwPSYHfoCd5eXywQ+sTATqQ > 2CQAoJW/Fez+DqflHlJVcvng/LvsfrCm > =s6B0 > -----END PGP SIGNATURE----- > _______________________________________________ > openwrt-devel mailing list > openwrt-devel@lists.openwrt.org > https://lists.openwrt.org/mailman/listinfo/openwrt-devel Signed-off-by: Michal Heppler <mhepp@ics.muni.cz> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32444 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
d1f2a4a601
commit
295fa0808d
@ -139,9 +139,13 @@ $(eval $(call KernelPackage,lib-textsearch))
|
|||||||
define KernelPackage/lib-zlib
|
define KernelPackage/lib-zlib
|
||||||
SUBMENU:=$(LIB_MENU)
|
SUBMENU:=$(LIB_MENU)
|
||||||
TITLE:=Zlib support
|
TITLE:=Zlib support
|
||||||
KCONFIG:=CONFIG_ZLIB_DEFLATE
|
KCONFIG:= \
|
||||||
FILES:=$(LINUX_DIR)/lib/zlib_deflate/zlib_deflate.ko
|
CONFIG_ZLIB_DEFLATE \
|
||||||
AUTOLOAD:=$(call AutoLoad,08,zlib_deflate,1)
|
CONFIG_ZLIB_INFLATE
|
||||||
|
FILES:= \
|
||||||
|
$(LINUX_DIR)/lib/zlib_deflate/zlib_deflate.ko \
|
||||||
|
$(LINUX_DIR)/lib/zlib_inflate/zlib_inflate.ko
|
||||||
|
AUTOLOAD:=$(call AutoLoad,08,zlib_deflate zlib_inflate,1)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call KernelPackage,lib-zlib))
|
$(eval $(call KernelPackage,lib-zlib))
|
||||||
|
Loading…
Reference in New Issue
Block a user