1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-06-30 22:29:50 +03:00

[x86] move leds modules back to target modules.mk

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32851 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2012-07-25 15:49:57 +00:00
parent c6fde74a29
commit 03eb275e12
2 changed files with 32 additions and 31 deletions

View File

@ -24,21 +24,6 @@ endef
$(eval $(call KernelPackage,leds-gpio))
define KernelPackage/leds-net48xx
SUBMENU:=$(LEDS_MENU)
TITLE:=Soekris Net48xx LED support
DEPENDS:=@TARGET_x86 +kmod-gpio-scx200
KCONFIG:=CONFIG_LEDS_NET48XX
FILES:=$(LINUX_DIR)/drivers/leds/leds-net48xx.ko
AUTOLOAD:=$(call AutoLoad,50,leds-net48xx)
endef
define KernelPackage/leds-net48xx/description
Kernel module for Soekris Net48xx LEDs
endef
$(eval $(call KernelPackage,leds-net48xx))
define KernelPackage/leds-rb750
SUBMENU:=$(LEDS_MENU)
@ -72,22 +57,6 @@ endef
$(eval $(call KernelPackage,leds-wndr3700-usb))
define KernelPackage/leds-wrap
SUBMENU:=$(LEDS_MENU)
TITLE:=PCengines WRAP LED support
DEPENDS:=@TARGET_x86 +kmod-gpio-scx200
KCONFIG:=CONFIG_LEDS_WRAP
FILES:=$(LINUX_DIR)/drivers/leds/leds-wrap.ko
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/ledtrig-heartbeat
SUBMENU:=$(LEDS_MENU)
TITLE:=LED Heartbeat Trigger

View File

@ -280,3 +280,35 @@ define KernelPackage/i2c-scx200-acb/description
endef
$(eval $(call KernelPackage,i2c-scx200-acb))
define KernelPackage/leds-wrap
SUBMENU:=$(LEDS_MENU)
TITLE:=PCengines WRAP LED support
DEPENDS:=@TARGET_x86 +kmod-gpio-scx200
KCONFIG:=CONFIG_LEDS_WRAP
FILES:=$(LINUX_DIR)/drivers/leds/leds-wrap.ko
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/leds-net48xx
SUBMENU:=$(LEDS_MENU)
TITLE:=Soekris Net48xx LED support
DEPENDS:=@TARGET_x86 +kmod-gpio-scx200
KCONFIG:=CONFIG_LEDS_NET48XX
FILES:=$(LINUX_DIR)/drivers/leds/leds-net48xx.ko
AUTOLOAD:=$(call AutoLoad,50,leds-net48xx)
endef
define KernelPackage/leds-net48xx/description
Kernel module for Soekris Net48xx LEDs
endef
$(eval $(call KernelPackage,leds-net48xx))