kernel: modules: kmod-fs-isofs depends on kmod-lib-zlib
Add missing dependency. Fixes #11624. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 36593
This commit is contained in:
parent
0b03ff2028
commit
dc00dbd085
1 changed files with 1 additions and 0 deletions
|
@ -171,6 +171,7 @@ $(eval $(call KernelPackage,fs-hfsplus))
|
||||||
define KernelPackage/fs-isofs
|
define KernelPackage/fs-isofs
|
||||||
SUBMENU:=$(FS_MENU)
|
SUBMENU:=$(FS_MENU)
|
||||||
TITLE:=ISO9660 filesystem support
|
TITLE:=ISO9660 filesystem support
|
||||||
|
DEPENDS:=+kmod-lib-zlib
|
||||||
KCONFIG:=CONFIG_ISO9660_FS CONFIG_JOLIET=y CONFIG_ZISOFS=n
|
KCONFIG:=CONFIG_ISO9660_FS CONFIG_JOLIET=y CONFIG_ZISOFS=n
|
||||||
FILES:=$(LINUX_DIR)/fs/isofs/isofs.ko
|
FILES:=$(LINUX_DIR)/fs/isofs/isofs.ko
|
||||||
AUTOLOAD:=$(call AutoLoad,30,isofs)
|
AUTOLOAD:=$(call AutoLoad,30,isofs)
|
||||||
|
|
Loading…
Reference in a new issue