From a76cbc0d7ec2a816682063bdc18d114ec0711113 Mon Sep 17 00:00:00 2001 From: Yousong Zhou Date: Thu, 25 May 2017 14:41:34 +0800 Subject: kernel: fix autoloading arch-specific modules Fixes FS#745 Signed-off-by: Yousong Zhou --- package/kernel/linux/modules/sound.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/kernel/linux/modules/sound.mk') diff --git a/package/kernel/linux/modules/sound.mk b/package/kernel/linux/modules/sound.mk index de5d8fc2c6..75aa3d3fc4 100644 --- a/package/kernel/linux/modules/sound.mk +++ b/package/kernel/linux/modules/sound.mk @@ -67,7 +67,7 @@ define KernelPackage/sound-core/uml FILES:= \ $(LINUX_DIR)/sound/soundcore.ko \ $(LINUX_DIR)/arch/um/drivers/hostaudio.ko - AUTOLOAD:=$(call AutoLoad,30,soundcore hostaudio) + AUTOLOAD+=$(call AutoLoad,30,soundcore hostaudio) endef define KernelPackage/sound-core/description -- cgit v1.2.3