[openwrt/openwrt] mvebu: remove non-existant board name solidrun, clearfog-a1

LEDE Commits lede-commits at lists.infradead.org
Sat Jun 27 18:35:18 EDT 2020


adrian pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/89bb4ee450c52f05e4a606059cacc2f668fbffd6

commit 89bb4ee450c52f05e4a606059cacc2f668fbffd6
Author: Adrian Schmutzler <freifunk at adrianschmutzler.de>
AuthorDate: Tue Jun 9 19:46:22 2020 +0200

    mvebu: remove non-existant board name solidrun,clearfog-a1
    
    In 02_network, the board name solidrun,clearfog-a1 is used in a
    case, but it does not seem to be used/exist anywhere else in OpenWrt.
    
    The valid strings are:
    - solidrun,clearfog-pro-a1
    - solidrun,clearfog-base-a1
    
    Fixes: 12795ec9f16b ("mvebu: split interface configuration for
    clearfog pro and base")
    
    Signed-off-by: Adrian Schmutzler <freifunk at adrianschmutzler.de>
---
 target/linux/mvebu/cortexa9/base-files/etc/board.d/02_network | 1 -
 1 file changed, 1 deletion(-)

diff --git a/target/linux/mvebu/cortexa9/base-files/etc/board.d/02_network b/target/linux/mvebu/cortexa9/base-files/etc/board.d/02_network
index 44188c5fa7..9718b332a7 100755
--- a/target/linux/mvebu/cortexa9/base-files/etc/board.d/02_network
+++ b/target/linux/mvebu/cortexa9/base-files/etc/board.d/02_network
@@ -30,7 +30,6 @@ mvebu_setup_interfaces()
 	marvell,axp-gp)
 		ucidef_set_interface_lan "eth0 eth1 eth2 eth3"
 		;;
-	solidrun,clearfog-a1|\
 	solidrun,clearfog-pro-a1)
 		# eth0 is standalone ethernet
 		# eth1 is switch



More information about the lede-commits mailing list