aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/bcm53xx/base-files
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2022-12-16 21:52:44 +0100
committerHauke Mehrtens <hauke@hauke-m.de>2023-02-26 22:22:48 +0100
commitd51c44a3ba34940ffd4ff0592875bffa23b7cec7 (patch)
treeefc5cd3909612e4022becf84e7c2ab72552125fa /target/linux/bcm53xx/base-files
parent4d903a50099b5c35063b92b39d196e34e1a14ec6 (diff)
downloadupstream-d51c44a3ba34940ffd4ff0592875bffa23b7cec7.tar.gz
upstream-d51c44a3ba34940ffd4ff0592875bffa23b7cec7.tar.bz2
upstream-d51c44a3ba34940ffd4ff0592875bffa23b7cec7.zip
bcm53xx: Add D-Link DWL-8610AP board settings
The D-Link DWL-8610AP does not make use of the B53 switch like most equipment. It lies dormant and the machine is using eth0 and eth1 directly. Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'target/linux/bcm53xx/base-files')
-rw-r--r--target/linux/bcm53xx/base-files/etc/board.d/02_network3
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/bcm53xx/base-files/etc/board.d/02_network b/target/linux/bcm53xx/base-files/etc/board.d/02_network
index c2e5afc5ed..6bec600540 100644
--- a/target/linux/bcm53xx/base-files/etc/board.d/02_network
+++ b/target/linux/bcm53xx/base-files/etc/board.d/02_network
@@ -16,6 +16,9 @@ bcm53xx_setup_interfaces()
asus,rt-ac88u)
ucidef_set_interfaces_lan_wan "lan1 lan2 lan3 lan4 extsw" "wan"
;;
+ dlink,dwl-8610ap)
+ ucidef_set_interface_lan "eth0 eth1" "dhcp"
+ ;;
linksys,panamera)
ucidef_set_interfaces_lan_wan "lan1 lan2 lan3 lan4 lan5 lan6 lan7 lan8 extsw" "wan"
;;