mirror of https://github.com/hak5/openwrt-owl.git
kernel/modules: fix kmod-fs-btrfs deps / zlib_deflate / makefile
btrfs needs zlib_deflate, which was built but not included Signed-off-by: Bastian Bittorf <bittorf@bluebottle.com> SVN-Revision: 26632owl
parent
149341faf1
commit
627438d0ff
|
@ -28,10 +28,12 @@ define KernelPackage/fs-btrfs
|
||||||
DEPENDS:=+kmod-libcrc32c
|
DEPENDS:=+kmod-libcrc32c
|
||||||
KCONFIG:=\
|
KCONFIG:=\
|
||||||
CONFIG_BTRFS_FS \
|
CONFIG_BTRFS_FS \
|
||||||
CONFIG_BTRFS_FS_POSIX_ACL=n
|
CONFIG_BTRFS_FS_POSIX_ACL=n \
|
||||||
|
CONFIG_ZLIB_DEFLATE
|
||||||
FILES:=\
|
FILES:=\
|
||||||
$(LINUX_DIR)/fs/btrfs/btrfs.ko
|
$(LINUX_DIR)/fs/btrfs/btrfs.ko \
|
||||||
AUTOLOAD:=$(call AutoLoad,30,btrfs,1)
|
$(LINUX_DIR)/lib/zlib_deflate/zlib_deflate.ko
|
||||||
|
AUTOLOAD:=$(call AutoLoad,30,zlib_deflate btrfs,1)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define KernelPackage/fs-btrfs/description
|
define KernelPackage/fs-btrfs/description
|
||||||
|
|
Loading…
Reference in New Issue