diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-06-06 16:07:46 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-06-06 16:07:46 +0000 |
commit | 4c25e42fa8153368f2776aa59a4ec423a16e97cb (patch) | |
tree | 32fd332e15778a284586f8be879dd985c97555f0 /target/linux/brcm63xx | |
parent | 2f63f097de9f2c4ffeb488072b52283c0bfa7356 (diff) | |
download | upstream-4c25e42fa8153368f2776aa59a4ec423a16e97cb.tar.gz upstream-4c25e42fa8153368f2776aa59a4ec423a16e97cb.tar.bz2 upstream-4c25e42fa8153368f2776aa59a4ec423a16e97cb.zip |
fix alarm led color for board 96348A-122
SVN-Revision: 32089
Diffstat (limited to 'target/linux/brcm63xx')
-rw-r--r-- | target/linux/brcm63xx/patches-3.3/516-board_96348A-122.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/patches-3.3/516-board_96348A-122.patch b/target/linux/brcm63xx/patches-3.3/516-board_96348A-122.patch index 7e20e0dec2..e9e78c5de8 100644 --- a/target/linux/brcm63xx/patches-3.3/516-board_96348A-122.patch +++ b/target/linux/brcm63xx/patches-3.3/516-board_96348A-122.patch @@ -27,7 +27,7 @@ + .default_trigger = "default-on", + }, + { -+ .name = "96348A-122:green:alarm", ++ .name = "96348A-122:red:alarm", + .gpio = 2, + .active_low = 1, + }, |