Browse Source

add missing ledtrig-netdev dependency on the networking stack

SVN-Revision: 18297
Florian Fainelli 16 years ago
parent
commit
9f96bc4697

+ 1 - 1
target/linux/generic-2.6/patches-2.6.30/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.

+ 1 - 1
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.