mxs: use generic sysinfo board detection
[openwrt/staging/mkresin.git] / target / linux / mxs / base-files / etc / diag.sh
index 3b05f6da5f9b6730e7e023b34be086c4602df80a..6c9dd250abcc31977fcabe20b799d27d70f07128 100644 (file)
@@ -6,10 +6,10 @@
 
 get_status_led() {
        case $(board_name) in
-       duckbill)
+       i2se,duckbill*)
                status_led="duckbill:green:status"
                ;;
-       olinuxino)
+       olimex,imx23-olinuxino)
                status_led="green"
                ;;
        *)