Skip to content

Commit

Permalink
kernel: usb: kmod-usb-audio: Fix dependency
Browse files Browse the repository at this point in the history
Change the dependency on the kmod-media-controller from depends to
select.

Fixes: 1095925 ("kernel: add kmod-media-controller dependency for kmod-usb-audio")
Link: openwrt/openwrt#17058
Signed-off-by: Hauke Mehrtens <[email protected]>
  • Loading branch information
hauke committed Nov 24, 2024
1 parent ea2c860 commit b7dd70a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/kernel/linux/modules/usb.mk
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@ define KernelPackage/usb-audio
CONFIG_SND_USB_AUDIO
$(call AddDepends/usb)
$(call AddDepends/sound)
DEPENDS+=kmod-media-controller
DEPENDS+=+kmod-media-controller
FILES:= \
$(LINUX_DIR)/sound/usb/snd-usbmidi-lib.ko \
$(LINUX_DIR)/sound/usb/snd-usb-audio.ko
Expand Down

0 comments on commit b7dd70a

Please sign in to comment.