aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/base-files/etc/board.d
diff options
context:
space:
mode:
authorMathias Kresin <dev@kresin.me>2017-11-16 22:58:23 +0100
committerMathias Kresin <dev@kresin.me>2017-12-21 01:05:16 +0100
commit224d4a96dd403b9e23d30c185031c17aa00cbf5a (patch)
tree06e192fb5ad0d4191376f619543557851c96d8d1 /target/linux/ramips/base-files/etc/board.d
parent8e03eea8750095b9f733d2637fe70ba362478c12 (diff)
downloadupstream-224d4a96dd403b9e23d30c185031c17aa00cbf5a.tar.gz
upstream-224d4a96dd403b9e23d30c185031c17aa00cbf5a.tar.bz2
upstream-224d4a96dd403b9e23d30c185031c17aa00cbf5a.zip
ramips: drop LinkIt Smart 7688 Duo userspace support
The LinkIt Smart 7688/LinkIt Smart 7688 Duo are identical beside the extra ATmega32U4 - accessible via UART - on the the Duo. Since all relevant hardware is identical, drop the Duo special handling in userspace. Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target/linux/ramips/base-files/etc/board.d')
-rwxr-xr-xtarget/linux/ramips/base-files/etc/board.d/02_network4
1 files changed, 1 insertions, 3 deletions
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 e1c4bc2136..0cbc4eb5b1 100755
--- a/target/linux/ramips/base-files/etc/board.d/02_network
+++ b/target/linux/ramips/base-files/etc/board.d/02_network
@@ -49,7 +49,6 @@ ramips_setup_interfaces()
dcs-930l-b1|\
ht-tm02|\
linkits7688 | \
- linkits7688d | \
m2m|\
microwrt|\
mpr-a2|\
@@ -425,8 +424,7 @@ ramips_setup_macs()
kng_rc)
wan_mac=$(mtd_get_mac_binary factory 40)
;;
- linkits7688 | \
- linkits7688d)
+ linkits7688)
wan_mac=$(mtd_get_mac_binary factory 4)
lan_mac=$(mtd_get_mac_binary factory 46)
;;