Skip to content

Commit

Permalink
kernel: modules: kmod-fs-isofs depends on kmod-lib-zlib
Browse files Browse the repository at this point in the history
Add missing dependency. Fixes #11624.

Signed-off-by: Jonas Gorski <[email protected]>

SVN-Revision: 36593
  • Loading branch information
KanjiMonster committed May 9, 2013
1 parent 0b03ff2 commit dc00dbd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package/kernel/modules/fs.mk
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ $(eval $(call KernelPackage,fs-hfsplus))
define KernelPackage/fs-isofs
SUBMENU:=$(FS_MENU)
TITLE:=ISO9660 filesystem support
DEPENDS:=+kmod-lib-zlib
KCONFIG:=CONFIG_ISO9660_FS CONFIG_JOLIET=y CONFIG_ZISOFS=n
FILES:=$(LINUX_DIR)/fs/isofs/isofs.ko
AUTOLOAD:=$(call AutoLoad,30,isofs)
Expand Down

0 comments on commit dc00dbd

Please sign in to comment.