[kernel] add missing ledtrig-netdev dependency on the networking stack

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18297 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Florian Fainelli 2009-11-04 22:21:13 +00:00
parent dbb423b5f0
commit cb9726bc5f
2 changed files with 2 additions and 2 deletions

View 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.

View 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.