diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2008-06-02 08:22:56 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2008-06-02 08:22:56 +0000 |
commit | 7cce2d8fc39a7bbcdcf8755ad331409b0a103103 (patch) | |
tree | c5089f65708dd1656748c8079574e68096d53242 /target/linux/generic-2.6/patches-2.6.26/400-ledtrig_morse.patch | |
parent | 40720b6d2027e49c59718c3650c93bc6771a38b3 (diff) | |
download | mtk-20170518-7cce2d8fc39a7bbcdcf8755ad331409b0a103103.zip mtk-20170518-7cce2d8fc39a7bbcdcf8755ad331409b0a103103.tar.gz mtk-20170518-7cce2d8fc39a7bbcdcf8755ad331409b0a103103.tar.bz2 |
add generic 2.6.26 patches/files
SVN-Revision: 11323
Diffstat (limited to 'target/linux/generic-2.6/patches-2.6.26/400-ledtrig_morse.patch')
-rw-r--r-- | target/linux/generic-2.6/patches-2.6.26/400-ledtrig_morse.patch | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.26/400-ledtrig_morse.patch b/target/linux/generic-2.6/patches-2.6.26/400-ledtrig_morse.patch new file mode 100644 index 0000000..c17aa2f --- /dev/null +++ b/target/linux/generic-2.6/patches-2.6.26/400-ledtrig_morse.patch @@ -0,0 +1,18 @@ +--- a/drivers/leds/Kconfig ++++ b/drivers/leds/Kconfig +@@ -181,4 +181,8 @@ + load average. + If unsure, say Y. + ++config LEDS_TRIGGER_MORSE ++ tristate "LED Morse Trigger" ++ depends on LEDS_TRIGGERS ++ + endif # NEW_LEDS +--- a/drivers/leds/Makefile ++++ b/drivers/leds/Makefile +@@ -26,3 +26,4 @@ + obj-$(CONFIG_LEDS_TRIGGER_IDE_DISK) += ledtrig-ide-disk.o + obj-$(CONFIG_LEDS_TRIGGER_HEARTBEAT) += ledtrig-heartbeat.o + obj-$(CONFIG_LEDS_TRIGGER_DEFAULT_ON) += ledtrig-default-on.o ++obj-$(CONFIG_LEDS_TRIGGER_MORSE) += ledtrig-morse.o |