aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/files/arch/mips/ath79/mach-nbg6716.c
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-02-09 12:16:43 +0000
committerJohn Crispin <blogic@openwrt.org>2015-02-09 12:16:43 +0000
commit8cf4e3ee965c6f829cad2a8d7563fd8705b2c31d (patch)
treedbb0e816390f4a1739eadada1a173a63e8d0c8dc /target/linux/ar71xx/files/arch/mips/ath79/mach-nbg6716.c
parent969192c4839afb922a82b2894d442af558916ae5 (diff)
downloadmaster-187ad058-8cf4e3ee965c6f829cad2a8d7563fd8705b2c31d.tar.gz
master-187ad058-8cf4e3ee965c6f829cad2a8d7563fd8705b2c31d.tar.bz2
master-187ad058-8cf4e3ee965c6f829cad2a8d7563fd8705b2c31d.zip
ar71xx: fix nbg6716 power and usb led
Signed-off-by: John Crispin <blogic@openwrt.org> Signed-off-by: Marcin Mikolajczak <gr4ffy@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44358 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/files/arch/mips/ath79/mach-nbg6716.c')
-rw-r--r--target/linux/ar71xx/files/arch/mips/ath79/mach-nbg6716.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-nbg6716.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-nbg6716.c
index e102f2c8af..afde87f9d9 100644
--- a/target/linux/ar71xx/files/arch/mips/ath79/mach-nbg6716.c
+++ b/target/linux/ar71xx/files/arch/mips/ath79/mach-nbg6716.c
@@ -43,8 +43,8 @@
#define NBG6716_GPIO_LED_INTERNET 18
#define NBG6716_GPIO_LED_POWER 15
-#define NBG6716_GPIO_LED_USB0 4
-#define NBG6716_GPIO_LED_USB1 13
+#define NBG6716_GPIO_LED_USB0 13
+#define NBG6716_GPIO_LED_USB1 4
#define NBG6716_GPIO_LED_WIFI2G 19
#define NBG6716_GPIO_LED_WIFI5G 17
#define NBG6716_GPIO_LED_WPS 21