diff options
author | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2019-07-03 23:22:13 +0200 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2019-07-10 17:36:29 +0200 |
commit | c2334ad60dc82cedc2ec9a6eb8166200d7cbf5e3 (patch) | |
tree | 0552db6d04ffe123c376c313433f253bafe0e12f /target/linux/ramips/base-files/lib | |
parent | 2f2a319f82ec86e2008fd056987d74189d5c147b (diff) | |
download | upstream-c2334ad60dc82cedc2ec9a6eb8166200d7cbf5e3.tar.gz upstream-c2334ad60dc82cedc2ec9a6eb8166200d7cbf5e3.tar.bz2 upstream-c2334ad60dc82cedc2ec9a6eb8166200d7cbf5e3.zip |
ramips/mt76x8: Synchronize Makefiles with DTS compatible
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/ramips/base-files/lib')
-rwxr-xr-x | target/linux/ramips/base-files/lib/ramips.sh | 57 |
1 files changed, 0 insertions, 57 deletions
diff --git a/target/linux/ramips/base-files/lib/ramips.sh b/target/linux/ramips/base-files/lib/ramips.sh index 2ad92fd26b..013412b589 100755 --- a/target/linux/ramips/base-files/lib/ramips.sh +++ b/target/linux/ramips/base-files/lib/ramips.sh @@ -121,9 +121,6 @@ ramips_board_detect() { *"DIR-645") name="dir-645" ;; - *"DuZun DM06") - name="duzun-dm06" - ;; *"DWR-512 B") name="dwr-512-b" ;; @@ -145,12 +142,6 @@ ramips_board_detect() { *"FreeStation5") name="freestation5" ;; - *"GL-MT300N-V2") - name="gl-mt300n-v2" - ;; - *"HC5661A") - name="hc5661a" - ;; *"HG255D") name="hg255d" ;; @@ -187,24 +178,15 @@ ramips_board_detect() { *"M4 (8M)") name="m4-8M" ;; - *"MediaTek LinkIt Smart 7688") - name="linkits7688" - ;; *"Memory 2 Move") name="m2m" ;; - *"Mercury MAC1200R v2") - name="mac1200rv2" - ;; *"MiniEMBPlug") name="miniembplug" ;; *"MiniEMBWiFi") name="miniembwifi" ;; - *"MiWiFi Nano") - name="miwifi-nano" - ;; *"MOFI3500-3GN") name="mofi3500-3gn" ;; @@ -217,9 +199,6 @@ ramips_board_detect() { *"MR-102N") name="mr-102n" ;; - *"MT7628AN evaluation"*) - name="mt7628" - ;; *"MT7688 evaluation"*) name="mt7688" ;; @@ -250,15 +229,6 @@ ramips_board_detect() { *"NW718") name="nw718" ;; - *"Onion Omega2") - name="omega2" - ;; - *"Onion Omega2+") - name="omega2p" - ;; - *"PBR-D1") - name="pbr-d1" - ;; *"PSR-680W"*) name="psr-680w" ;; @@ -313,18 +283,6 @@ ramips_board_detect() { *"TEW-714TRU") name="tew-714tru" ;; - *"TL-WR840N v4") - name="tl-wr840n-v4" - ;; - *"TL-WR840N v5") - name="tl-wr840n-v5" - ;; - *"TL-WR841N v13") - name="tl-wr841n-v13" - ;; - *"U7628-01 (128M RAM/16M flash)") - name="u7628-01-128M-16M" - ;; *"UR-326N4G") name="ur-326n4g" ;; @@ -343,12 +301,6 @@ ramips_board_detect() { *"VoCore (16M)") name="vocore-16M" ;; - *"VoCore2") - name="vocore2" - ;; - *"VoCore2-Lite") - name="vocore2lite" - ;; *"W150M") name="w150m" ;; @@ -358,9 +310,6 @@ ramips_board_detect() { *"W502U") name="w502u" ;; - *"WCR-1166DS") - name="wcr-1166ds" - ;; *"WCR-150GN") name="wcr-150gn" ;; @@ -403,12 +352,6 @@ ramips_board_detect() { *"WR6202") name="wr6202" ;; - *"WRTnode2R") - name="wrtnode2r" - ;; - *"WRTnode2P") - name="wrtnode2p" - ;; *"WT1520 (4M)") name="wt1520-4M" ;; |