diff options
author | Paul Wassi <p.wassi@gmx.at> | 2018-12-30 21:37:50 +0100 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2018-12-31 14:05:26 +0100 |
commit | 8ba76d6e744f2f2fb5afb9fd8ac2b828d7c8387c (patch) | |
tree | 4ca77eddb272711626f59b7a21630bbfc08810f2 /target/linux/ath79/base-files/etc/board.d | |
parent | caf306ce912a46e2d1204b996c3b4fede9af6dae (diff) | |
download | upstream-8ba76d6e744f2f2fb5afb9fd8ac2b828d7c8387c.tar.gz upstream-8ba76d6e744f2f2fb5afb9fd8ac2b828d7c8387c.tar.bz2 upstream-8ba76d6e744f2f2fb5afb9fd8ac2b828d7c8387c.zip |
ath79: fix boardname of GL.iNet GL-AR150
This device is called GL-AR150, therefore rename the board
to 'gl-ar150'
Signed-off-by: Paul Wassi <p.wassi@gmx.at>
Diffstat (limited to 'target/linux/ath79/base-files/etc/board.d')
-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 83bede0961..906ccd753f 100755 --- a/target/linux/ath79/base-files/etc/board.d/02_network +++ b/target/linux/ath79/base-files/etc/board.d/02_network @@ -89,8 +89,8 @@ ath79_setup_interfaces() etactica,eg200) ucidef_set_interface_lan "eth0" "dhcp" ;; - glinet,ar150|\ glinet,ar300m|\ + glinet,gl-ar150|\ glinet,gl-x750) ucidef_set_interfaces_lan_wan "eth1" "eth0" ;; |