diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-11-04 22:21:13 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-11-04 22:21:13 +0000 |
commit | 9f96bc46976f415cae4853ccb441a8635f685834 (patch) | |
tree | 63bdfb65b7ed1b96a93c6a11f997a38c9268574e /target/linux | |
parent | 7a75347b26b27638b1c0c31d99597d9d1383c532 (diff) | |
download | upstream-9f96bc46976f415cae4853ccb441a8635f685834.tar.gz upstream-9f96bc46976f415cae4853ccb441a8635f685834.tar.bz2 upstream-9f96bc46976f415cae4853ccb441a8635f685834.zip |
add missing ledtrig-netdev dependency on the networking stack
SVN-Revision: 18297
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/generic-2.6/patches-2.6.30/402-ledtrig_netdev.patch | 2 | ||||
-rw-r--r-- | target/linux/generic-2.6/patches-2.6.31/402-ledtrig_netdev.patch | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.30/402-ledtrig_netdev.patch b/target/linux/generic-2.6/patches-2.6.30/402-ledtrig_netdev.patch index 8a8c97442c..c41fecfead 100644 --- a/target/linux/generic-2.6/patches-2.6.30/402-ledtrig_netdev.patch +++ b/target/linux/generic-2.6/patches-2.6.30/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. diff --git a/target/linux/generic-2.6/patches-2.6.31/402-ledtrig_netdev.patch b/target/linux/generic-2.6/patches-2.6.31/402-ledtrig_netdev.patch index 16d80030f8..0f5478e0d3 100644 --- a/target/linux/generic-2.6/patches-2.6.31/402-ledtrig_netdev.patch +++ b/target/linux/generic-2.6/patches-2.6.31/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. |