diff options
author | Florian Fainelli <florian@openwrt.org> | 2010-06-14 19:39:04 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2010-06-14 19:39:04 +0000 |
commit | d18f13fcb85b6d0b4b79d2cfb24668f6652c044e (patch) | |
tree | fd0a52f5d54c6a25ec1589c14b71b9307340478f /target/linux/generic-2.6/patches-2.6.32 | |
parent | e0dd6f18e73a7c0a138805655aec7e5cf37d122e (diff) | |
download | upstream-d18f13fcb85b6d0b4b79d2cfb24668f6652c044e.tar.gz upstream-d18f13fcb85b6d0b4b79d2cfb24668f6652c044e.tar.bz2 upstream-d18f13fcb85b6d0b4b79d2cfb24668f6652c044e.zip |
[kernel] reinstate netdev LED trigger dependency against CONFIG_NET
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21804 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic-2.6/patches-2.6.32')
-rw-r--r-- | target/linux/generic-2.6/patches-2.6.32/402-ledtrig_netdev.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.32/402-ledtrig_netdev.patch b/target/linux/generic-2.6/patches-2.6.32/402-ledtrig_netdev.patch index d6f7353dc1..11a9c9b1ea 100644 --- a/target/linux/generic-2.6/patches-2.6.32/402-ledtrig_netdev.patch +++ b/target/linux/generic-2.6/patches-2.6.32/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. @@ -14,7 +14,7 @@ endif # NEW_LEDS --- a/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_DEFAULT_ON) += ledtrig-default-on.o obj-$(CONFIG_LEDS_TRIGGER_MORSE) += ledtrig-morse.o |