mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
kernel: make kmod-ledtrig-usbdev depend on usb core support instead of selecting it
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35120 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -108,7 +108,7 @@ $(eval $(call KernelPackage,ledtrig-netfilter))
|
||||
define KernelPackage/ledtrig-usbdev
|
||||
SUBMENU:=$(LEDS_MENU)
|
||||
TITLE:=LED USB device Trigger
|
||||
DEPENDS:=@USB_SUPPORT +kmod-usb-core
|
||||
DEPENDS:=@USB_SUPPORT kmod-usb-core
|
||||
KCONFIG:=CONFIG_LEDS_TRIGGER_USBDEV
|
||||
FILES:=$(LINUX_DIR)/drivers/leds/ledtrig-usbdev.ko
|
||||
AUTOLOAD:=$(call AutoLoad,50,ledtrig-usbdev)
|
||||
|
||||
Reference in New Issue
Block a user