move leds modules back to target modules.mk

SVN-Revision: 32851
This commit is contained in:
Florian Fainelli 2012-07-25 15:49:57 +00:00
parent bca45d6d8a
commit c3b9a987b7
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))