1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-12-24 21:09:53 +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.
@ -14,7 +14,7 @@
endif # NEW_LEDS endif # NEW_LEDS
--- a/drivers/leds/Makefile --- a/drivers/leds/Makefile
+++ b/drivers/leds/Makefile +++ b/drivers/leds/Makefile
@@ -41,3 +41,4 @@ obj-$(CONFIG_LEDS_TRIGGER_BACKLIGHT) += @@ -41,3 +41,4 @@ obj-$(CONFIG_LEDS_TRIGGER_BACKLIGHT) +=
obj-$(CONFIG_LEDS_TRIGGER_GPIO) += ledtrig-gpio.o obj-$(CONFIG_LEDS_TRIGGER_GPIO) += ledtrig-gpio.o
obj-$(CONFIG_LEDS_TRIGGER_DEFAULT_ON) += ledtrig-default-on.o obj-$(CONFIG_LEDS_TRIGGER_DEFAULT_ON) += ledtrig-default-on.o
obj-$(CONFIG_LEDS_TRIGGER_MORSE) += ledtrig-morse.o obj-$(CONFIG_LEDS_TRIGGER_MORSE) += ledtrig-morse.o

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.