1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-12-25 09:56:47 +02:00

[kernel] reinstate netdev LED trigger dependency against CONFIG_NET

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21804 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2010-06-14 19:39:04 +00:00
parent 4613d86806
commit c69b252f1c
4 changed files with 5 additions and 5 deletions

View File

@ -6,7 +6,7 @@
+config LEDS_TRIGGER_NETDEV +config LEDS_TRIGGER_NETDEV
+ tristate "LED Netdev Trigger" + tristate "LED Netdev Trigger"
+ depends on LEDS_TRIGGERS + depends on NET && LEDS_TRIGGERS
+ help + help
+ This allows LEDs to be controlled by network device activity. + This allows LEDs to be controlled by network device activity.
+ If unsure, say Y. + If unsure, say Y.

View File

@ -6,7 +6,7 @@
+config LEDS_TRIGGER_NETDEV +config LEDS_TRIGGER_NETDEV
+ tristate "LED Netdev Trigger" + tristate "LED Netdev Trigger"
+ depends on LEDS_TRIGGERS + depends on NET && LEDS_TRIGGERS
+ help + help
+ This allows LEDs to be controlled by network device activity. + This allows LEDs to be controlled by network device activity.
+ If unsure, say Y. + If unsure, say Y.

View File

@ -6,7 +6,7 @@
+config LEDS_TRIGGER_NETDEV +config LEDS_TRIGGER_NETDEV
+ tristate "LED Netdev Trigger" + tristate "LED Netdev Trigger"
+ depends on LEDS_TRIGGERS + depends on NET && LEDS_TRIGGERS
+ help + help
+ This allows LEDs to be controlled by network device activity. + This allows LEDs to be controlled by network device activity.
+ If unsure, say Y. + If unsure, say Y.

View File

@ -6,7 +6,7 @@
+config LEDS_TRIGGER_NETDEV +config LEDS_TRIGGER_NETDEV
+ tristate "LED Netdev Trigger" + tristate "LED Netdev Trigger"
+ depends on LEDS_TRIGGERS + depends on NET && LEDS_TRIGGERS
+ help + help
+ This allows LEDs to be controlled by network device activity. + This allows LEDs to be controlled by network device activity.
+ If unsure, say Y. + If unsure, say Y.