mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-27 14:21:06 +02:00
modules: package the leds-wndr3700-usb driver
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18759 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
499b3db62a
commit
6655c7f910
@ -516,6 +516,22 @@ endef
|
|||||||
$(eval $(call KernelPackage,leds-alix))
|
$(eval $(call KernelPackage,leds-alix))
|
||||||
|
|
||||||
|
|
||||||
|
define KernelPackage/leds-wndr3700-usb
|
||||||
|
SUBMENU:=$(OTHER_MENU)
|
||||||
|
TITLE:=WNDR3700 USB LED support
|
||||||
|
DEPENDS:= @TARGET_ar71xx
|
||||||
|
KCONFIG:=CONFIG_LEDS_WNDR3700_USB
|
||||||
|
FILES:=$(LINUX_DIR)/drivers/leds/leds-wndr3700-usb.$(LINUX_KMOD_SUFFIX)
|
||||||
|
AUTOLOAD:=$(call AutoLoad,60,leds-wndr3700-usb)
|
||||||
|
endef
|
||||||
|
|
||||||
|
define KernelPackage/leds-wndr3700-usb/description
|
||||||
|
Kernel module for the USB LED on the NETGWR WNDR3700 board.
|
||||||
|
endef
|
||||||
|
|
||||||
|
$(eval $(call KernelPackage,leds-wndr3700-usb))
|
||||||
|
|
||||||
|
|
||||||
define KernelPackage/ledtrig-netdev
|
define KernelPackage/ledtrig-netdev
|
||||||
SUBMENU:=$(OTHER_MENU)
|
SUBMENU:=$(OTHER_MENU)
|
||||||
TITLE:=LED NETDEV Trigger
|
TITLE:=LED NETDEV Trigger
|
||||||
|
Loading…
x
Reference in New Issue
Block a user