diff --git a/board/common/rootfs/usr/libexec/infix/init.d/00-probe b/board/common/rootfs/usr/libexec/infix/init.d/00-probe index bb3eebb5..a7301211 100755 --- a/board/common/rootfs/usr/libexec/infix/init.d/00-probe +++ b/board/common/rootfs/usr/libexec/infix/init.d/00-probe @@ -318,6 +318,8 @@ def probe_dtsystem(out): if model: out["product-name"] = model + out["compatible"] = dtsys.base.str_array("compatible") + staticpw = dtsys.infix.str("factory-password-hash") if not out["factory-password-hash"]: out["factory-password-hash"] = staticpw