add missing ledtrig-netdev dependency on the networking stack

SVN-Revision: 18297
master
Florian Fainelli 15 years ago
parent 7a75347b26
commit 9f96bc4697
  1. 2
      target/linux/generic-2.6/patches-2.6.30/402-ledtrig_netdev.patch
  2. 2
      target/linux/generic-2.6/patches-2.6.31/402-ledtrig_netdev.patch

@ -6,7 +6,7 @@
+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.

@ -6,7 +6,7 @@
+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.

Loading…
Cancel
Save