diff options
author | Jeff Kletsky <git-commits@allycomm.com> | 2019-09-28 10:39:57 -0700 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2019-09-28 21:45:59 +0200 |
commit | fb5a6d49261e4c0d7d7cb80973bac6f602b852df (patch) | |
tree | 26962a5a929382f354334783db4bff68b73105f4 /target/linux/ath79/base-files/etc | |
parent | ad07166ea7286f350628f1093e4385db9be63d31 (diff) | |
download | upstream-fb5a6d49261e4c0d7d7cb80973bac6f602b852df.tar.gz upstream-fb5a6d49261e4c0d7d7cb80973bac6f602b852df.tar.bz2 upstream-fb5a6d49261e4c0d7d7cb80973bac6f602b852df.zip |
ath79: Correct glinet, gl-ar300m-lite in 02_network
Previously, the board name for the GL-AR300M-Lite was incorrect
in 02_network, resulting in an unintended, fall-through condition
when initializing the network configuration.
While builds prior to commit 8dde11d521 (merged June 5, 2019)
ath79: dts: drop "simple-mfd" for gmacs in SoC dtsi
functioned properly, the error was noted in resolving first-boot
connectivity issues related to the single-phy nature of the device
and the "swap" of eth0 and eth1 related to that commit.
Signed-off-by: Jeff Kletsky <git-commits@allycomm.com>
(cherry picked from commit 549ea4dc1878d95ee2b752b8840d75a64a67b679)
Diffstat (limited to 'target/linux/ath79/base-files/etc')
-rwxr-xr-x | target/linux/ath79/base-files/etc/board.d/02_network | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ath79/base-files/etc/board.d/02_network b/target/linux/ath79/base-files/etc/board.d/02_network index caac39ca07..65df0c6043 100755 --- a/target/linux/ath79/base-files/etc/board.d/02_network +++ b/target/linux/ath79/base-files/etc/board.d/02_network @@ -16,7 +16,7 @@ ath79_setup_interfaces() devolo,dvl1750i|\ devolo,dvl1750x|\ engenius,ecb1750|\ - glinet,ar300m-lite|\ + glinet,gl-ar300m-lite|\ netgear,ex6400|\ netgear,ex7300|\ ocedo,koala|\ |