From 224d4a96dd403b9e23d30c185031c17aa00cbf5a Mon Sep 17 00:00:00 2001 From: Mathias Kresin Date: Thu, 16 Nov 2017 22:58:23 +0100 Subject: 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 --- target/linux/ramips/base-files/etc/diag.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'target/linux/ramips/base-files/etc/diag.sh') diff --git a/target/linux/ramips/base-files/etc/diag.sh b/target/linux/ramips/base-files/etc/diag.sh index 50cc440..e649c7e 100644 --- a/target/linux/ramips/base-files/etc/diag.sh +++ b/target/linux/ramips/base-files/etc/diag.sh @@ -170,8 +170,7 @@ get_status_led() { miwifi-nano) status_led="$board:blue:status" ;; - linkits7688| \ - linkits7688d) + linkits7688) [ "$1" = "upgrade" ] && status_led="mediatek:orange:wifi" ;; m2m) -- cgit v1.1