kernel: package efivarfs module
With this, `mount -t efivarfs` is available and tools such as efitools and efibootmgr will be usable. Signed-off-by: Alif M. Ahmad <alive4ever@live.com> [daniel@makrotopia.org: some whitespace fixes, match From: with SoB]
This commit is contained in:
		 Alif M. Ahmad
					Alif M. Ahmad
				
			
				
					committed by
					
						 Daniel Golle
						Daniel Golle
					
				
			
			
				
	
			
			
			 Daniel Golle
						Daniel Golle
					
				
			
						parent
						
							70130268a8
						
					
				
				
					commit
					f5b4f5f8e3
				
			| @@ -142,6 +142,22 @@ endef | |||||||
| $(eval $(call KernelPackage,fs-cramfs)) | $(eval $(call KernelPackage,fs-cramfs)) | ||||||
|  |  | ||||||
|  |  | ||||||
|  | define KernelPackage/fs-efivarfs | ||||||
|  |   SUBMENU:=$(FS_MENU) | ||||||
|  |   TITLE:=efivar filesystem support | ||||||
|  |   KCONFIG:=CONFIG_EFIVAR_FS | ||||||
|  |   FILES:=$(LINUX_DIR)/fs/efivarfs/efivarfs.ko | ||||||
|  |   DEPENDS:=@(x86_64||x86) | ||||||
|  |   AUTOLOAD:=$(call Autoload,90,efivarfs) | ||||||
|  | endef | ||||||
|  |  | ||||||
|  | define KernelPackage/fs-efivarfs/description | ||||||
|  |   Kernel module to support efivarfs file system mountpoint. | ||||||
|  | endef | ||||||
|  |  | ||||||
|  | $(eval $(call KernelPackage,fs-efivarfs)) | ||||||
|  |  | ||||||
|  |  | ||||||
| define KernelPackage/fs-exportfs | define KernelPackage/fs-exportfs | ||||||
|   SUBMENU:=$(FS_MENU) |   SUBMENU:=$(FS_MENU) | ||||||
|   TITLE:=exportfs kernel server support |   TITLE:=exportfs kernel server support | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user