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 | cb9726bc5f2bc17488db70016b188cdc7c0ee837 (patch) | |
tree | 14d179693bccbf309ff5c7f2534364c896107a77 /target | |
parent | dbb423b5f04c5803c0007d2f5e3e8af5d037835c (diff) | |
download | upstream-cb9726bc5f2bc17488db70016b188cdc7c0ee837.tar.gz upstream-cb9726bc5f2bc17488db70016b188cdc7c0ee837.tar.bz2 upstream-cb9726bc5f2bc17488db70016b188cdc7c0ee837.zip |
[kernel] add missing ledtrig-netdev dependency on the networking stack
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18297 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-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. |