diff options
author | Marty E. Plummer <hanetzer@startmail.com> | 2018-05-27 00:37:22 -0500 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-06-18 20:29:38 +0200 |
commit | fe3b62bbdc66a50c985ba3b0c9e873e5c0862ee2 (patch) | |
tree | c0cfef0b1aa848dd016f8d91d5f5ab27a06d48de /target/linux/ath79/base-files/etc/board.d | |
parent | 142477e75112f0c3a21d43a1b36922d46c67bd33 (diff) | |
download | upstream-fe3b62bbdc66a50c985ba3b0c9e873e5c0862ee2.tar.gz upstream-fe3b62bbdc66a50c985ba3b0c9e873e5c0862ee2.tar.bz2 upstream-fe3b62bbdc66a50c985ba3b0c9e873e5c0862ee2.zip |
ath79: initial gl-ar300m support
Signed-off-by: Marty E. Plummer <hanetzer@startmail.com>
Diffstat (limited to 'target/linux/ath79/base-files/etc/board.d')
-rwxr-xr-x | target/linux/ath79/base-files/etc/board.d/02_network | 5 |
1 files changed, 5 insertions, 0 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 88cdd4f1f2..bfea621c12 100755 --- a/target/linux/ath79/base-files/etc/board.d/02_network +++ b/target/linux/ath79/base-files/etc/board.d/02_network @@ -28,6 +28,11 @@ ath79_setup_interfaces() "glinet,ar150") ucidef_set_interfaces_lan_wan "eth1" "eth0" ;; + + "glinet,ar300m") + ucidef_set_interfaces_lan_wan "eth1" "eth0" + ;; + "tplink,tl-mr3020-v1") ucidef_set_interface_lan "eth0.1" ucidef_add_switch "switch0" "0@eth0" "1:lan" |