diff options
author | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-06-09 19:46:22 +0200 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-06-28 00:32:29 +0200 |
commit | 89bb4ee450c52f05e4a606059cacc2f668fbffd6 (patch) | |
tree | e3fe3bd73e3963b5b000c817ab167a4596e1ef80 /target | |
parent | 9f261e36de799322512f36a54689260e617c4fba (diff) | |
download | upstream-89bb4ee450c52f05e4a606059cacc2f668fbffd6.tar.gz upstream-89bb4ee450c52f05e4a606059cacc2f668fbffd6.tar.bz2 upstream-89bb4ee450c52f05e4a606059cacc2f668fbffd6.zip |
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@adrianschmutzler.de>
Diffstat (limited to 'target')
-rwxr-xr-x | target/linux/mvebu/cortexa9/base-files/etc/board.d/02_network | 1 |
1 files changed, 0 insertions, 1 deletions
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 |