kernel: kmod-fs-jfs
This patch adds journaled file system (JFS) kernel module support. Signed-off-by: Gerald Matzka<mgerald21@yahoo.de> SVN-Revision: 39484
This commit is contained in:
		@@ -377,3 +377,19 @@ define KernelPackage/fs-xfs/description
 | 
				
			|||||||
endef
 | 
					endef
 | 
				
			||||||
 | 
					
 | 
				
			||||||
$(eval $(call KernelPackage,fs-xfs))
 | 
					$(eval $(call KernelPackage,fs-xfs))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					define KernelPackage/fs-jfs
 | 
				
			||||||
 | 
					  SUBMENU:=$(FS_MENU)
 | 
				
			||||||
 | 
					  TITLE:=JFS filesystem support
 | 
				
			||||||
 | 
					  KCONFIG:=CONFIG_JFS_FS
 | 
				
			||||||
 | 
					  FILES:=$(LINUX_DIR)/fs/jfs/jfs.ko
 | 
				
			||||||
 | 
					  AUTOLOAD:=$(call AutoLoad,30,jfs,1)
 | 
				
			||||||
 | 
					  $(call AddDepends/nls)
 | 
				
			||||||
 | 
					endef
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					define KernelPackage/fs-jfs/description
 | 
				
			||||||
 | 
					 Kernel module for JFS support
 | 
				
			||||||
 | 
					endef
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					$(eval $(call KernelPackage,fs-jfs))
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user