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 | b7e3430ba5c8f499cff66a86d2b2b7700b49c1c0 (patch) | |
tree | bc9169117b738ced8716aa776c54d8619bdc28a3 /target/linux/generic-2.6/patches-2.6.34 | |
parent | 192d71aa46026d4e1b73f3d2c4371d672690f01e (diff) | |
download | upstream-b7e3430ba5c8f499cff66a86d2b2b7700b49c1c0.tar.gz upstream-b7e3430ba5c8f499cff66a86d2b2b7700b49c1c0.tar.bz2 upstream-b7e3430ba5c8f499cff66a86d2b2b7700b49c1c0.zip |
reinstate netdev LED trigger dependency against CONFIG_NET
SVN-Revision: 21804
Diffstat (limited to 'target/linux/generic-2.6/patches-2.6.34')
-rw-r--r-- | target/linux/generic-2.6/patches-2.6.34/402-ledtrig_netdev.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.34/402-ledtrig_netdev.patch b/target/linux/generic-2.6/patches-2.6.34/402-ledtrig_netdev.patch index da66e54a88..858966c908 100644 --- a/target/linux/generic-2.6/patches-2.6.34/402-ledtrig_netdev.patch +++ b/target/linux/generic-2.6/patches-2.6.34/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. |