generic: rtl8366: change format string for debugfs error messages
[openwrt.git] / target / linux / generic-2.6 / patches-2.6.34 / 402-ledtrig_netdev.patch
index d4ac25e..858966c 100644 (file)
@@ -1,12 +1,12 @@
 --- a/drivers/leds/Kconfig
 +++ b/drivers/leds/Kconfig
-@@ -341,4 +341,11 @@ config LEDS_TRIGGER_MORSE
+@@ -358,4 +358,11 @@ config LEDS_TRIGGER_MORSE
        tristate "LED Morse Trigger"
        depends on LEDS_TRIGGERS
  
 +config LEDS_TRIGGER_NETDEV
 +      tristate "LED Netdev Trigger"
-+      depends on LEDS_TRIGGERS
++      depends on NET && LEDS_TRIGGERS
 +      help
 +        This allows LEDs to be controlled by network device activity.
 +        If unsure, say Y.
@@ -14,7 +14,7 @@
  endif # NEW_LEDS
 --- a/drivers/leds/Makefile
 +++ b/drivers/leds/Makefile
-@@ -45,3 +45,4 @@ obj-$(CONFIG_LEDS_TRIGGER_BACKLIGHT) += 
+@@ -47,3 +47,4 @@ obj-$(CONFIG_LEDS_TRIGGER_BACKLIGHT) +=
  obj-$(CONFIG_LEDS_TRIGGER_GPIO)               += ledtrig-gpio.o
  obj-$(CONFIG_LEDS_TRIGGER_DEFAULT_ON) += ledtrig-default-on.o
  obj-$(CONFIG_LEDS_TRIGGER_MORSE)      += ledtrig-morse.o
This page took 0.027706 seconds and 4 git commands to generate.