diff options
author | Alex Maclean <monkeh@monkeh.net> | 2018-05-30 14:18:54 +0100 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-06-01 08:23:28 +0200 |
commit | ba5b6c619b21c36a0bc1c1ed02c56f3cc05ddf60 (patch) | |
tree | 4472f669064d9f1f2f617e02696ba87bf09c6ac4 /target/linux/ath79/base-files/etc | |
parent | d215d0f9ae201d1ca6a50b809337a08e0813b9c9 (diff) | |
download | upstream-ba5b6c619b21c36a0bc1c1ed02c56f3cc05ddf60.tar.gz upstream-ba5b6c619b21c36a0bc1c1ed02c56f3cc05ddf60.tar.bz2 upstream-ba5b6c619b21c36a0bc1c1ed02c56f3cc05ddf60.zip |
ath79: add TP-Link TL-WR703N port
Signed-off-by: Alex Maclean <monkeh@monkeh.net>
Diffstat (limited to 'target/linux/ath79/base-files/etc')
-rwxr-xr-x | target/linux/ath79/base-files/etc/board.d/02_network | 1 |
1 files changed, 1 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 7dc90fcab7..a9eeb5b455 100755 --- a/target/linux/ath79/base-files/etc/board.d/02_network +++ b/target/linux/ath79/base-files/etc/board.d/02_network @@ -9,6 +9,7 @@ ath79_setup_interfaces() case "$board" in "avm,fritz300e"|\ + "tplink,tl-wr703n"|\ "ubnt,unifi") ucidef_set_interface_lan "eth0" ;; |