diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2014-01-20 10:22:49 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2014-01-20 10:22:49 +0000 |
commit | b4dc45e07d6893924a442352784a5252729b0b76 (patch) | |
tree | 03f98e4791e0e9a7813826f55da1736b08971e7f /target | |
parent | 1de0eac947c63a71b1b56ff5f7ab8e140650baba (diff) | |
download | upstream-b4dc45e07d6893924a442352784a5252729b0b76.tar.gz upstream-b4dc45e07d6893924a442352784a5252729b0b76.tar.bz2 upstream-b4dc45e07d6893924a442352784a5252729b0b76.zip |
ar71xx: rb2011: fix eth5 LED
The eth5 LED on the RB2011 is not working because the
LED control rule is missing. Fix it.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39335
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ar71xx/files/arch/mips/ath79/mach-rb2011.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-rb2011.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-rb2011.c index 916368465b..6db0ee1f2b 100644 --- a/target/linux/ar71xx/files/arch/mips/ath79/mach-rb2011.c +++ b/target/linux/ar71xx/files/arch/mips/ath79/mach-rb2011.c @@ -117,7 +117,7 @@ static struct ar8327_pad_cfg rb2011_ar8327_pad6_cfg; static struct ar8327_sgmii_cfg rb2011_ar8327_sgmii_cfg; static struct ar8327_led_cfg rb2011_ar8327_led_cfg = { - .led_ctrl0 = 0x0000c731, + .led_ctrl0 = 0xc731c731, .led_ctrl1 = 0x00000000, .led_ctrl2 = 0x00000000, .led_ctrl3 = 0x0030c300, |