diff options
| -rw-r--r-- | package/kernel/modules/other.mk | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk index 9b5bc6d46..171c9ce71 100644 --- a/package/kernel/modules/other.mk +++ b/package/kernel/modules/other.mk @@ -96,7 +96,7 @@ $(eval $(call KernelPackage,lp))  define KernelPackage/soundcore    SUBMENU:=$(OTHER_MENU)    TITLE:=Sound support -  DEPENDS:=@PCI_SUPPORT||USB_SUPPORT @!TARGET_atheros +  DEPENDS:=@USB_SUPPORT @!TARGET_atheros    KCONFIG:= \  	CONFIG_SOUND \  	CONFIG_SND \ | 
