diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-02-27 19:52:25 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-02-27 19:52:25 +0000 |
commit | 9839f8ca7a3453a899c101d3d2ffe5b80bb47462 (patch) | |
tree | 74fe8ce7894ef8e5b0d18946b8f731c9a0c5d37c /target/linux/generic/config-2.6.34 | |
parent | 403782412a982c9b97dd1159075fe2dfea49f9ae (diff) | |
download | upstream-9839f8ca7a3453a899c101d3d2ffe5b80bb47462.tar.gz upstream-9839f8ca7a3453a899c101d3d2ffe5b80bb47462.tar.bz2 upstream-9839f8ca7a3453a899c101d3d2ffe5b80bb47462.zip |
kernel: disable CONFIG_LEDS_TRIGGER_HEARTBEAT by default, nothing uses it
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25764 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/config-2.6.34')
-rw-r--r-- | target/linux/generic/config-2.6.34 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/config-2.6.34 b/target/linux/generic/config-2.6.34 index 8e48cef32b..04af63ec4a 100644 --- a/target/linux/generic/config-2.6.34 +++ b/target/linux/generic/config-2.6.34 @@ -1232,7 +1232,7 @@ CONFIG_LEDS_TRIGGERS=y # CONFIG_LEDS_TRIGGER_BACKLIGHT is not set CONFIG_LEDS_TRIGGER_DEFAULT_ON=y # CONFIG_LEDS_TRIGGER_GPIO is not set -CONFIG_LEDS_TRIGGER_HEARTBEAT=y +# CONFIG_LEDS_TRIGGER_HEARTBEAT is not set # CONFIG_LEDS_TRIGGER_IDE_DISK is not set # CONFIG_LEDS_TRIGGER_MORSE is not set CONFIG_LEDS_TRIGGER_NETDEV=y |