From 8ba76d6e744f2f2fb5afb9fd8ac2b828d7c8387c Mon Sep 17 00:00:00 2001 From: Paul Wassi Date: Sun, 30 Dec 2018 21:37:50 +0100 Subject: 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 --- target/linux/ath79/base-files/etc/board.d/02_network | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/ath79/base-files/etc/board.d/02_network') 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" ;; -- cgit v1.2.3