[source] ramips: fix a typo in 02_network
LEDE Commits
lede-commits at lists.infradead.org
Fri Dec 8 13:36:55 PST 2017
mkresin pushed a commit to source.git, branch master:
https://git.lede-project.org/69d22a6bf68c19b32da8d596a6488a791b6ad2bd
commit 69d22a6bf68c19b32da8d596a6488a791b6ad2bd
Author: Pavel Kubelun <be.dissent at gmail.com>
AuthorDate: Fri Dec 8 22:36:06 2017 +0300
ramips: fix a typo in 02_network
The typo in network defaults script in ramips target that prevents
defaults to initialize.
Signed-off-by: Pavel Kubelun <be.dissent at gmail.com>
---
target/linux/ramips/base-files/etc/board.d/02_network | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/linux/ramips/base-files/etc/board.d/02_network b/target/linux/ramips/base-files/etc/board.d/02_network
index db797c6..e1c4bc2 100755
--- a/target/linux/ramips/base-files/etc/board.d/02_network
+++ b/target/linux/ramips/base-files/etc/board.d/02_network
@@ -100,7 +100,7 @@ ramips_setup_interfaces()
psg1208|\
psg1218a|\
r6220|\
- rt-n12p)
+ rt-n12p|\
sap-g3200u3|\
sk-wb8|\
u7621-06-256M-16M|\
More information about the lede-commits
mailing list