diff options
Diffstat (limited to 'package/kernel/linux/modules/sound.mk')
-rw-r--r-- | package/kernel/linux/modules/sound.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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 |