summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2015-02-09 12:16:43 +0000
committerJohn Crispin <john@openwrt.org>2015-02-09 12:16:43 +0000
commit35d38f21e0653169976e33e502630b5e61a5d3bf (patch)
tree29411bba0a9ac398642d53062f3df3e9d0f77954 /target
parentba1904056dd9105fe668a338336a2aa5b5d9a5b0 (diff)
downloadmaster-31e0f0ae-35d38f21e0653169976e33e502630b5e61a5d3bf.tar.gz
master-31e0f0ae-35d38f21e0653169976e33e502630b5e61a5d3bf.tar.bz2
master-31e0f0ae-35d38f21e0653169976e33e502630b5e61a5d3bf.zip
ar71xx: fix nbg6716 power and usb led
Signed-off-by: John Crispin <blogic@openwrt.org> Signed-off-by: Marcin Mikolajczak <gr4ffy@gmail.com> SVN-Revision: 44358
Diffstat (limited to 'target')
-rw-r--r--target/linux/ar71xx/base-files/etc/diag.sh2
-rw-r--r--target/linux/ar71xx/files/arch/mips/ath79/mach-nbg6716.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/ar71xx/base-files/etc/diag.sh b/target/linux/ar71xx/base-files/etc/diag.sh
index 03ca8640e7..c435af19cc 100644
--- a/target/linux/ar71xx/base-files/etc/diag.sh
+++ b/target/linux/ar71xx/base-files/etc/diag.sh
@@ -130,7 +130,7 @@ get_status_led() {
status_led="nbg460n:green:power"
;;
nbg6716)
- status_led="nbg6716:white:power"
+ status_led="zyxel:white:power"
;;
om2p | \
om2pv2 | \
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