[openwrt/openwrt] ath79: Fix 02_network setup for D-Link DAP-2660 A1
LEDE Commits
lede-commits at lists.infradead.org
Sun Jan 3 19:22:58 EST 2021
adrian pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/d7d87cedcf93cbd64b0edb4712669bfaaec03c1d
commit d7d87cedcf93cbd64b0edb4712669bfaaec03c1d
Author: Sebastian Schaper <openwrt at sebastianschaper.net>
AuthorDate: Sun Jan 3 21:39:10 2021 +0100
ath79: Fix 02_network setup for D-Link DAP-2660 A1
The device is a one-port, but was set up as two-port by the
default case in 02_network. Fix it.
Signed-off-by: Sebastian Schaper <openwrt at sebastianschaper.net>
[commit title/message facelift]
Signed-off-by: Adrian Schmutzler <freifunk at adrianschmutzler.de>
---
target/linux/ath79/generic/base-files/etc/board.d/02_network | 1 +
1 file changed, 1 insertion(+)
diff --git a/target/linux/ath79/generic/base-files/etc/board.d/02_network b/target/linux/ath79/generic/base-files/etc/board.d/02_network
index 20cf561add..c79286d45d 100755
--- a/target/linux/ath79/generic/base-files/etc/board.d/02_network
+++ b/target/linux/ath79/generic/base-files/etc/board.d/02_network
@@ -28,6 +28,7 @@ ath79_setup_interfaces()
dlink,dap-1330-a1|\
dlink,dap-1365-a1|\
dlink,dap-2230-a1|\
+ dlink,dap-2660-a1|\
dlink,dap-2680-a1|\
dlink,dap-3320-a1|\
dlink,dir-505|\
More information about the lede-commits
mailing list