summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2009-11-04 22:21:13 +0000
committerFlorian Fainelli <florian@openwrt.org>2009-11-04 22:21:13 +0000
commit9f96bc46976f415cae4853ccb441a8635f685834 (patch)
tree63bdfb65b7ed1b96a93c6a11f997a38c9268574e /target
parent7a75347b26b27638b1c0c31d99597d9d1383c532 (diff)
downloadmtk-20170518-9f96bc46976f415cae4853ccb441a8635f685834.zip
mtk-20170518-9f96bc46976f415cae4853ccb441a8635f685834.tar.gz
mtk-20170518-9f96bc46976f415cae4853ccb441a8635f685834.tar.bz2
add missing ledtrig-netdev dependency on the networking stack
SVN-Revision: 18297
Diffstat (limited to 'target')
-rw-r--r--target/linux/generic-2.6/patches-2.6.30/402-ledtrig_netdev.patch2
-rw-r--r--target/linux/generic-2.6/patches-2.6.31/402-ledtrig_netdev.patch2
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 8a8c974..c41fecf 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 16d8003..0f5478e 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.