aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/mvebu/cortexa53/base-files/etc/board.d/02_network
diff options
context:
space:
mode:
authorAdrian Schmutzler <freifunk@adrianschmutzler.de>2020-04-27 00:17:07 +0200
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>2020-04-27 00:25:12 +0200
commit3fdb08681b36537f430dc55743c90154790554ce (patch)
tree97cf82f34d47731e9427ca6ddec0fc712a8b32f4 /target/linux/mvebu/cortexa53/base-files/etc/board.d/02_network
parentad697aabc30875bd078275f59e69667279aa075d (diff)
downloadupstream-3fdb08681b36537f430dc55743c90154790554ce.tar.gz
upstream-3fdb08681b36537f430dc55743c90154790554ce.tar.bz2
upstream-3fdb08681b36537f430dc55743c90154790554ce.zip
mvebu: tidy up support for GL.iNet GL-MV1000
This fixes a bunch of cosmetic issues with GL.iNet GL-MV1000: - apply alphabetic sorting in multiple files - use armada-3720 prefix for DTS like for other devices - fix vendor capitalization for model in DTSes - remove trivial comment in DTS files - use DEVICE_VENDOR/DEVICE_MODEL - remove redundant SUPPORTED_DEVICES - use SOC instead of DEVICE_DTS - remove empty line at EOF Fixes: 050c24f05c85 ("mvebu: add support for GL.iNet GL-MV1000") Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/mvebu/cortexa53/base-files/etc/board.d/02_network')
-rwxr-xr-xtarget/linux/mvebu/cortexa53/base-files/etc/board.d/02_network4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/mvebu/cortexa53/base-files/etc/board.d/02_network b/target/linux/mvebu/cortexa53/base-files/etc/board.d/02_network
index 9b1d97d921..0a2a2b144c 100755
--- a/target/linux/mvebu/cortexa53/base-files/etc/board.d/02_network
+++ b/target/linux/mvebu/cortexa53/base-files/etc/board.d/02_network
@@ -11,11 +11,11 @@ board_config_update
board=$(board_name)
case "$board" in
+glinet,gl-mv1000|\
globalscale,espressobin|\
globalscale,espressobin-emmc|\
globalscale,espressobin-v7|\
-globalscale,espressobin-v7-emmc|\
-glinet,gl-mv1000)
+globalscale,espressobin-v7-emmc)
ucidef_set_interfaces_lan_wan "lan0 lan1" "wan"
;;
marvell,armada-3720-db|\