diff mbox series

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

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

Commit Message

Adrian Schmutzler Sept. 5, 2019, 11:01 a.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>

---

This should be backported to 19.07 and 18.06.
---
 target/linux/ramips/base-files/etc/board.d/02_network | 1 -
 1 file changed, 1 deletion(-)
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 e19a618389..92067ac7da 100755
--- a/target/linux/ramips/base-files/etc/board.d/02_network
+++ b/target/linux/ramips/base-files/etc/board.d/02_network
@@ -516,7 +516,6 @@  ramips_setup_macs()
 	netgear,wnce2001)
 		wan_mac=$(mtd_get_mac_binary factory 0x2e)
 		;;
-	arcwireless,freestation5|\
 	dlink,dir-300-b7|\
 	dlink,dir-320-b1|\
 	dlink,dir-620-a1|\