projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
package/grub: fix x86_64 issue (closes #7248)
[openwrt.git]
/
target
/
linux
/
generic-2.6
/
patches-2.6.34
/
400-ledtrig_morse.patch
diff --git
a/target/linux/generic-2.6/patches-2.6.34/400-ledtrig_morse.patch
b/target/linux/generic-2.6/patches-2.6.34/400-ledtrig_morse.patch
index
855b3de
..
3f43c90
100644
(file)
--- a/
target/linux/generic-2.6/patches-2.6.34/400-ledtrig_morse.patch
+++ b/
target/linux/generic-2.6/patches-2.6.34/400-ledtrig_morse.patch
@@
-1,8
+1,8
@@
--- a/drivers/leds/Kconfig
+++ b/drivers/leds/Kconfig
--- a/drivers/leds/Kconfig
+++ b/drivers/leds/Kconfig
-@@ -3
37,4 +337,8 @@ config LEDS_TRIGGER_DEFAULT_ON
- comment "iptables trigger is under Netfilter config (LED target)"
-
depends on LEDS_TRIGGER
S
+@@ -3
54,4 +354,8 @@ endif # LEDS_TRIGGERS
+
+
endif # LEDS_CLAS
S
+config LEDS_TRIGGER_MORSE
+ tristate "LED Morse Trigger"
+config LEDS_TRIGGER_MORSE
+ tristate "LED Morse Trigger"
@@
-11,7
+11,7
@@
endif # NEW_LEDS
--- a/drivers/leds/Makefile
+++ b/drivers/leds/Makefile
endif # NEW_LEDS
--- a/drivers/leds/Makefile
+++ b/drivers/leds/Makefile
-@@ -4
4,3 +44,4 @@ obj-$(CONFIG_LEDS_TRIGGER_HEARTBEAT) +=
+@@ -4
6,3 +46,4 @@ obj-$(CONFIG_LEDS_TRIGGER_HEARTBEAT) +=
obj-$(CONFIG_LEDS_TRIGGER_BACKLIGHT) += ledtrig-backlight.o
obj-$(CONFIG_LEDS_TRIGGER_GPIO) += ledtrig-gpio.o
obj-$(CONFIG_LEDS_TRIGGER_DEFAULT_ON) += ledtrig-default-on.o
obj-$(CONFIG_LEDS_TRIGGER_BACKLIGHT) += ledtrig-backlight.o
obj-$(CONFIG_LEDS_TRIGGER_GPIO) += ledtrig-gpio.o
obj-$(CONFIG_LEDS_TRIGGER_DEFAULT_ON) += ledtrig-default-on.o
This page took
0.020343 seconds
and
4
git commands to generate.