diff options
author | Paul Wassi <p.wassi@gmx.at> | 2018-12-29 00:45:22 +0100 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2018-12-31 14:18:19 +0100 |
commit | cdbf2de77768dfde560b4ea663b4eac0d3a5a581 (patch) | |
tree | 259646750c47e820f4bb13300de7883c07904125 /target/linux/ath79/base-files | |
parent | c2ecec07ccd6f00a1319576b016f07fee208b359 (diff) | |
download | upstream-cdbf2de77768dfde560b4ea663b4eac0d3a5a581.tar.gz upstream-cdbf2de77768dfde560b4ea663b4eac0d3a5a581.tar.bz2 upstream-cdbf2de77768dfde560b4ea663b4eac0d3a5a581.zip |
ath79: Add support for TP-Link WR810N
Device specifications given in b23b0fb28b760ce66a8f93d4681c8bd300d75d30
Signed-off-by: Paul Wassi <p.wassi@gmx.at>
Diffstat (limited to 'target/linux/ath79/base-files')
-rwxr-xr-x | target/linux/ath79/base-files/etc/board.d/02_network | 4 |
1 files changed, 3 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 906ccd753f..8e92c2f780 100755 --- a/target/linux/ath79/base-files/etc/board.d/02_network +++ b/target/linux/ath79/base-files/etc/board.d/02_network @@ -91,7 +91,9 @@ ath79_setup_interfaces() ;; glinet,ar300m|\ glinet,gl-ar150|\ - glinet,gl-x750) + glinet,gl-x750|\ + tplink,tl-wr810n-v1|\ + tplink,tl-wr810n-v2) ucidef_set_interfaces_lan_wan "eth1" "eth0" ;; glinet,ar750s) |