From: nbd Date: Sat, 12 Apr 2014 15:43:17 +0000 (+0000) Subject: kernel: mark kmod-usb-phy-nop as hidden to avoid building it where it is not needed X-Git-Url: https://git.enpas.org/?p=openwrt.git;a=commitdiff_plain;h=55d59923aa379832414a195ca60a1f9f37e9ee27 kernel: mark kmod-usb-phy-nop as hidden to avoid building it where it is not needed Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40470 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/kernel/linux/modules/usb.mk b/package/kernel/linux/modules/usb.mk index 86247796c1..882809fc09 100644 --- a/package/kernel/linux/modules/usb.mk +++ b/package/kernel/linux/modules/usb.mk @@ -102,6 +102,7 @@ $(eval $(call KernelPackage,usb-musb-tusb6010)) define KernelPackage/usb-phy-nop TITLE:=Support for USB NOP transceiver KCONFIG:=CONFIG_NOP_USB_XCEIV + HIDDEN:=1 ifneq ($(wildcard $(LINUX_DIR)/drivers/usb/phy/phy-generic.ko),) FILES:=$(LINUX_DIR)/drivers/usb/phy/phy-generic.ko AUTOLOAD:=$(call AutoLoad,43,phy-generic)