projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ramips: use KEY_RESTART and KEY_WPS_BUTTON code for the appropriate buttons
[openwrt.git]
/
target
/
linux
/
ar71xx
/
patches-2.6.34
/
205-wndr3700-usb-led-driver.patch
diff --git
a/target/linux/ar71xx/patches-2.6.34/205-wndr3700-usb-led-driver.patch
b/target/linux/ar71xx/patches-2.6.34/205-wndr3700-usb-led-driver.patch
index
d2fbc9c
..
b289a85
100644
(file)
--- a/
target/linux/ar71xx/patches-2.6.34/205-wndr3700-usb-led-driver.patch
+++ b/
target/linux/ar71xx/patches-2.6.34/205-wndr3700-usb-led-driver.patch
@@
-1,8
+1,8
@@
--- a/drivers/leds/Kconfig
+++ b/drivers/leds/Kconfig
--- a/drivers/leds/Kconfig
+++ b/drivers/leds/Kconfig
-@@ -2
69,6 +269,13 @@ config LEDS_ADP5520
- To compile this driver as a module, choose M here: the module will
- be called leds-adp5520.
+@@ -2
94,6 +294,13 @@ config LEDS_TRIGGERS
+
+ if LEDS_TRIGGERS
+config LEDS_WNDR3700_USB
+ tristate "NETGEAR WNDR3700 USB LED driver"
+config LEDS_WNDR3700_USB
+ tristate "NETGEAR WNDR3700 USB LED driver"
@@
-13,10
+13,10
@@
+
comment "LED Triggers"
+
comment "LED Triggers"
- config LEDS_TRIGGER
S
+ config LEDS_TRIGGER
_TIMER
--- a/drivers/leds/Makefile
+++ b/drivers/leds/Makefile
--- a/drivers/leds/Makefile
+++ b/drivers/leds/Makefile
-@@ -
29,6 +29
,7 @@ obj-$(CONFIG_LEDS_DA903X) += leds-da903
+@@ -
30,6 +30
,7 @@ obj-$(CONFIG_LEDS_DA903X) += leds-da903
obj-$(CONFIG_LEDS_WM831X_STATUS) += leds-wm831x-status.o
obj-$(CONFIG_LEDS_WM8350) += leds-wm8350.o
obj-$(CONFIG_LEDS_PWM) += leds-pwm.o
obj-$(CONFIG_LEDS_WM831X_STATUS) += leds-wm831x-status.o
obj-$(CONFIG_LEDS_WM8350) += leds-wm8350.o
obj-$(CONFIG_LEDS_PWM) += leds-pwm.o
This page took
0.018967 seconds
and
4
git commands to generate.