make morse LED trigger available as a package, and fix it to compile with 2.6.23

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9363 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
Gabor Juhos
2007-10-20 14:32:13 +00:00
parent 01166f129e
commit d2354353d1
2 changed files with 108 additions and 22 deletions

View File

@@ -334,6 +334,21 @@ endef
$(eval $(call KernelPackage,leds-wrap))
define KernelPackage/ledtrig-morse
SUBMENU:=$(OTHER_MENU)
TITLE:=LED Morse Trigger
KCONFIG:=CONFIG_LEDS_TRIGGER_MORSE
FILES:=$(LINUX_DIR)/drivers/leds/ledtrig-morse.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,50,ledtrig-morse)
endef
define KernelPackage/ledtrig-morse/description
Kernel module to show morse coded messages on LEDs.
endef
$(eval $(call KernelPackage,ledtrig-morse))
define KernelPackage/nsc-gpio
SUBMENU:=$(OTHER_MENU)
TITLE:=Natsemi GPIO support