aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Schmutzler <freifunk@adrianschmutzler.de>2019-12-08 13:23:56 +0100
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>2019-12-12 13:11:11 +0100
commit38866f275de6e19811415acc1c46f730108eeba5 (patch)
tree52356af81387f961cfb38d662b54580e96e64ab5
parent757658f2ab8548f9e9d8ed83a56ae9a63daefe27 (diff)
downloadupstream-38866f275de6e19811415acc1c46f730108eeba5.tar.gz
upstream-38866f275de6e19811415acc1c46f730108eeba5.tar.bz2
upstream-38866f275de6e19811415acc1c46f730108eeba5.zip
ramips: remove wan_mac setup for evaluation boards
The evaluation boards do not set up a MAC address for eth0 in the first place, so it does not make sense to calculate a WAN address from the random MAC used there. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
-rwxr-xr-xtarget/linux/ramips/mt7620/base-files/etc/board.d/02_network4
-rwxr-xr-xtarget/linux/ramips/mt7621/base-files/etc/board.d/02_network1
-rwxr-xr-xtarget/linux/ramips/mt76x8/base-files/etc/board.d/02_network1
3 files changed, 0 insertions, 6 deletions
diff --git a/target/linux/ramips/mt7620/base-files/etc/board.d/02_network b/target/linux/ramips/mt7620/base-files/etc/board.d/02_network
index ef241ff801..900bbc5550 100755
--- a/target/linux/ramips/mt7620/base-files/etc/board.d/02_network
+++ b/target/linux/ramips/mt7620/base-files/etc/board.d/02_network
@@ -238,10 +238,6 @@ ramips_setup_macs()
phicomm,psg1218b|\
planex,db-wrt01|\
planex,mzk-750dhp|\
- ralink,mt7620a-evb|\
- ralink,mt7620a-mt7530-evb|\
- ralink,mt7620a-mt7610e-evb|\
- ralink,mt7620a-v22sg-evb|\
sanlinking,d240|\
tplink,archer-c2-v1|\
tplink,archer-c20-v1|\
diff --git a/target/linux/ramips/mt7621/base-files/etc/board.d/02_network b/target/linux/ramips/mt7621/base-files/etc/board.d/02_network
index 53a8868382..e7e225a148 100755
--- a/target/linux/ramips/mt7621/base-files/etc/board.d/02_network
+++ b/target/linux/ramips/mt7621/base-files/etc/board.d/02_network
@@ -154,7 +154,6 @@ ramips_setup_macs()
firefly,firewrt|\
gehua,ghl-r-001|\
mediatek,ap-mt7621a-v60|\
- mediatek,mt7621-eval-board|\
mikrotik,rb750gr3|\
mikrotik,rbm33g|\
mqmaker,witi|\
diff --git a/target/linux/ramips/mt76x8/base-files/etc/board.d/02_network b/target/linux/ramips/mt76x8/base-files/etc/board.d/02_network
index 87ce447612..f76af66f27 100755
--- a/target/linux/ramips/mt76x8/base-files/etc/board.d/02_network
+++ b/target/linux/ramips/mt76x8/base-files/etc/board.d/02_network
@@ -137,7 +137,6 @@ ramips_setup_macs()
label_mac=$(mtd_get_mac_binary factory 0x8)
;;
duzun,dm06|\
- mediatek,mt7628an-eval-board|\
netgear,r6120|\
rakwireless,rak633|\
tplink,archer-c20-v4|\