kernel: modules: kmod-fs-isofs depends on kmod-lib-zlib
Add missing dependency. Fixes #11624. Signed-off-by: Jonas Gorski <jogo@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36593 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
fb22046634
commit
3b5a35294b
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…
Add table
Add a link
Reference in a new issue