projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
generic: rtl8366: enable ports only after VLAN configuration is done
[openwrt.git]
/
target
/
linux
/
generic
/
patches-2.6.32
/
403-ledtrig-usbdev.patch
diff --git
a/target/linux/generic/patches-2.6.32/403-ledtrig-usbdev.patch
b/target/linux/generic/patches-2.6.32/403-ledtrig-usbdev.patch
index
8d208b1
..
be3c3c7
100644
(file)
--- a/
target/linux/generic/patches-2.6.32/403-ledtrig-usbdev.patch
+++ b/
target/linux/generic/patches-2.6.32/403-ledtrig-usbdev.patch
@@
-1,6
+1,6
@@
--- a/drivers/leds/Kconfig
+++ b/drivers/leds/Kconfig
--- a/drivers/leds/Kconfig
+++ b/drivers/leds/Kconfig
-@@ -3
26,4 +326
,11 @@ config LEDS_TRIGGER_NETDEV
+@@ -3
15,4 +315
,11 @@ config LEDS_TRIGGER_NETDEV
This allows LEDs to be controlled by network device activity.
If unsure, say Y.
This allows LEDs to be controlled by network device activity.
If unsure, say Y.
@@
-14,8
+14,8
@@
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_GPIO) += ledt
+@@ -4
2,3 +42
,4 @@ obj-$(CONFIG_LEDS_TRIGGER_GPIO) += ledt
obj-$(CONFIG_LEDS_TRIGGER_DEFAULT_ON) += ledtrig-default-on.o
obj-$(CONFIG_LEDS_TRIGGER_MORSE) += ledtrig-morse.o
obj-$(CONFIG_LEDS_TRIGGER_DEFAULT_ON) += ledtrig-default-on.o
obj-$(CONFIG_LEDS_TRIGGER_MORSE) += ledtrig-morse.o
- obj-$(CONFIG_LEDS_TRIGGER_NETDEV)
+= ledtrig-netdev.o
+ obj-$(CONFIG_LEDS_TRIGGER_NETDEV) += ledtrig-netdev.o
+obj-$(CONFIG_LEDS_TRIGGER_USBDEV) += ledtrig-usbdev.o
+obj-$(CONFIG_LEDS_TRIGGER_USBDEV) += ledtrig-usbdev.o
This page took
0.025051 seconds
and
4
git commands to generate.