mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-03 22:44:27 -05:00 
			
		
		
		
	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
					
				@ -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 New Issue
	
	Block a user