mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-25 23:47:56 +02:00
add kernel module for PCengines WRAP leds
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8814 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
fc91d8b69a
commit
db46ba48f4
@ -387,6 +387,22 @@ endef
|
|||||||
$(eval $(call KernelPackage,leds-net48xx))
|
$(eval $(call KernelPackage,leds-net48xx))
|
||||||
|
|
||||||
|
|
||||||
|
define KernelPackage/leds-wrap
|
||||||
|
SUBMENU:=$(EMENU)
|
||||||
|
TITLE:=PCengines WRAP LED support
|
||||||
|
DEPENDS:=@TARGET_x86
|
||||||
|
KCONFIG:=CONFIG_LEDS_WRAP
|
||||||
|
FILES:=$(LINUX_DIR)/drivers/leds/leds-wrap.$(LINUX_KMOD_SUFFIX)
|
||||||
|
AUTOLOAD:=$(call AutoLoad,50,leds-wrap)
|
||||||
|
endef
|
||||||
|
|
||||||
|
define KernelPackage/leds-wrap/description
|
||||||
|
Kernel module for PCengines WRAP LEDs
|
||||||
|
endef
|
||||||
|
|
||||||
|
$(eval $(call KernelPackage,leds-wrap))
|
||||||
|
|
||||||
|
|
||||||
define KernelPackage/nsc-gpio
|
define KernelPackage/nsc-gpio
|
||||||
SUBMENU:=$(OTHER_MENU)
|
SUBMENU:=$(OTHER_MENU)
|
||||||
TITLE:=Natsemi GPIO support
|
TITLE:=Natsemi GPIO support
|
||||||
|
Loading…
x
Reference in New Issue
Block a user