add kmod-leds-net5501

Signed-off-by: Philip Prindeville <philipp_subx@redfish-solutions.com>

SVN-Revision: 23729
This commit is contained in:
Florian Fainelli
2010-10-30 22:35:59 +00:00
parent 3403d66f43
commit b013e4eec4
2 changed files with 16 additions and 1 deletions

View File

@@ -444,6 +444,21 @@ endef
$(eval $(call KernelPackage,leds-net48xx))
define KernelPackage/leds-net5501
SUBMENU:=$(OTHER_MENU)
TITLE:=Soekris Net5501 LED support
DEPENDS:=@TARGET_x86 +kmod-gpio-cs5535 +kmod-leds-gpio
KCONFIG:=CONFIG_LEDS_NET5501
FILES:=$(LINUX_DIR)/drivers/leds/leds-net5501.ko
AUTOLOAD:=$(call AutoLoad,50,leds-net5501)
endef
define KernelPackage/leds-net5501/description
Kernel module for Soekris Net5501 LEDs
endef
$(eval $(call KernelPackage,leds-net5501))
define KernelPackage/leds-rb750
SUBMENU:=$(OTHER_MENU)