diff mbox series

[OpenWrt-Devel,18.06,1/3] ramips: remove duplicate case for MAC setup of freestation5

Message ID 20190907150651.3513-1-freifunk@adrianschmutzler.de
State Accepted, archived
Delegated to: Chuanhong Guo
Headers show
Series [OpenWrt-Devel,18.06,1/3] ramips: remove duplicate case for MAC setup of freestation5 | expand

Commit Message

Adrian Schmutzler Sept. 7, 2019, 3:06 p.m. UTC
ARC FreeStation5 is present twice in MAC address setup.

From older commits/changes, it is not possible to reconstruct
the correct choice only by reading the annotations.

Thus, remove the second case and keep the first one, so behavior
stays the same (as nobody seems to have complained about it).

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
(cherry picked from commit ad4eb2241b33b05b0942a3fa7ed2e53fb6e84386)
---
 target/linux/ramips/base-files/etc/board.d/02_network | 1 -
 1 file changed, 1 deletion(-)

Comments

Chuanhong Guo Sept. 9, 2019, 1:16 p.m. UTC | #1
Hi!

On Sat, Sep 7, 2019 at 11:07 PM Adrian Schmutzler
<freifunk@adrianschmutzler.de> wrote:
>
> ARC FreeStation5 is present twice in MAC address setup.
>
> From older commits/changes, it is not possible to reconstruct
> the correct choice only by reading the annotations.
>
> Thus, remove the second case and keep the first one, so behavior
> stays the same (as nobody seems to have complained about it).
>
> Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
> (cherry picked from commit ad4eb2241b33b05b0942a3fa7ed2e53fb6e84386)
> ---
>  target/linux/ramips/base-files/etc/board.d/02_network | 1 -
>  1 file changed, 1 deletion(-)
>
Both patchset applied to corresponding branches. Thanks!

Regards,
Chuanhong Guo
diff mbox series

Patch

diff --git a/target/linux/ramips/base-files/etc/board.d/02_network b/target/linux/ramips/base-files/etc/board.d/02_network
index ebf40ad1fa..7a765a9a95 100755
--- a/target/linux/ramips/base-files/etc/board.d/02_network
+++ b/target/linux/ramips/base-files/etc/board.d/02_network
@@ -422,7 +422,6 @@  ramips_setup_macs()
 	dir-320-b1|\
 	dir-620-a1|\
 	esr-9753|\
-	freestation5|\
 	hlk-rm04|\
 	mpr-a1|\
 	psr-680w|\