[source] ar71xx: fix typo in network defaults
LEDE Commits
lede-commits at lists.infradead.org
Thu Jun 29 09:04:37 PDT 2017
jow pushed a commit to source.git, branch master:
https://git.lede-project.org/28cb6ed94990b85b5b6f25d2c70e43abeaf9a30d
commit 28cb6ed94990b85b5b6f25d2c70e43abeaf9a30d
Author: Jo-Philipp Wich <jo at mein.io>
AuthorDate: Thu Jun 29 18:01:11 2017 +0200
ar71xx: fix typo in network defaults
Commit 9fec39a (ar71xx: add support for TP-Link TL-WA855RE v1) introduced a
typo in 02_network, fix it by removing the stray paren.
Reported-by: Henryk Heisig <hyniu at o2.pl>
Signed-off-by: Jo-Philipp Wich <jo at mein.io>
---
target/linux/ar71xx/base-files/etc/board.d/02_network | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/linux/ar71xx/base-files/etc/board.d/02_network b/target/linux/ar71xx/base-files/etc/board.d/02_network
index 99bd2f7..23c50b4 100755
--- a/target/linux/ar71xx/base-files/etc/board.d/02_network
+++ b/target/linux/ar71xx/base-files/etc/board.d/02_network
@@ -116,7 +116,7 @@ ar71xx_setup_interfaces()
tl-wa830re-v2|\
tl-wa850re|\
tl-wa850re-v2|\
- tl-wa855re-v1)|\
+ tl-wa855re-v1|\
tl-wa901nd|\
tl-wa901nd-v2|\
tl-wa901nd-v3|\
More information about the lede-commits
mailing list