Author: nbd
Date: 2015-04-17 13:56:28 +0200 (Fri, 17 Apr 2015)
New Revision: 45475

Modified:
   trunk/package/kernel/linux/modules/usb.mk
Log:
kernel: mark kmod-usb-bcma/ssb as hidden, they are only selected from ohci/ehci

Signed-off-by: Felix Fietkau <[email protected]>

Modified: trunk/package/kernel/linux/modules/usb.mk
===================================================================
--- trunk/package/kernel/linux/modules/usb.mk   2015-04-17 08:12:00 UTC (rev 
45474)
+++ trunk/package/kernel/linux/modules/usb.mk   2015-04-17 11:56:28 UTC (rev 
45475)
@@ -390,6 +390,7 @@
 define KernelPackage/usb-bcma
   TITLE:=Support for BCMA USB controllers
   DEPENDS:=@USB_SUPPORT @TARGET_brcm47xx||TARGET_bcm53xx
+  HIDDEN:=1
   KCONFIG:=CONFIG_USB_HCD_BCMA
   FILES:= \
        $(if $(CONFIG_USB_HCD_BCMA),$(LINUX_DIR)/drivers/usb/host/bcma-hcd.ko)
@@ -401,6 +402,7 @@
 define KernelPackage/usb-ssb
   TITLE:=Support for SSB USB controllers
   DEPENDS:=@USB_SUPPORT @TARGET_brcm47xx
+  HIDDEN:=1
   KCONFIG:=CONFIG_USB_HCD_SSB
   FILES:= \
        $(if $(CONFIG_USB_HCD_SSB),$(LINUX_DIR)/drivers/usb/host/ssb-hcd.ko)
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to