[kernel] add missing ledtrig-netdev dependency on the networking stack
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 4 Nov 2009 22:21:13 +0000 (22:21 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 4 Nov 2009 22:21:13 +0000 (22:21 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18297 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/generic-2.6/patches-2.6.30/402-ledtrig_netdev.patch
target/linux/generic-2.6/patches-2.6.31/402-ledtrig_netdev.patch

index 8a8c974..c41fecf 100644 (file)
@@ -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.
index 16d8003..0f5478e 100644 (file)
@@ -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.