kernel: Adapt to move of autofs4 in kernel 4.19
autofs4 is now in the fs/autofs/ folder in kernel 4.19 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
		| @@ -49,8 +49,12 @@ $(eval $(call KernelPackage,fs-afs)) | |||||||
| define KernelPackage/fs-autofs4 | define KernelPackage/fs-autofs4 | ||||||
|   SUBMENU:=$(FS_MENU) |   SUBMENU:=$(FS_MENU) | ||||||
|   TITLE:=AUTOFS4 filesystem support |   TITLE:=AUTOFS4 filesystem support | ||||||
|   KCONFIG:=CONFIG_AUTOFS4_FS |   KCONFIG:= \ | ||||||
|   FILES:=$(LINUX_DIR)/fs/autofs4/autofs4.ko | 	CONFIG_AUTOFS4_FS \ | ||||||
|  | 	CONFIG_AUTOFS_FS | ||||||
|  |   FILES:= \ | ||||||
|  | 	$(LINUX_DIR)/fs/autofs4/autofs4.ko@lt4.18 \ | ||||||
|  | 	$(LINUX_DIR)/fs/autofs/autofs4.ko@ge4.18 | ||||||
|   AUTOLOAD:=$(call AutoLoad,30,autofs4) |   AUTOLOAD:=$(call AutoLoad,30,autofs4) | ||||||
| endef | endef | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Hauke Mehrtens
					Hauke Mehrtens