mirror of
https://gitlab.steamos.cloud/holo/steamos-manager.git
synced 2025-07-13 01:41:59 -04:00
manager/user: Only enable WifiDebug1 if running on Galileo
This commit is contained in:
parent
1de2109c6d
commit
4f9f0f8e1d
2 changed files with 10 additions and 4 deletions
|
@ -19,8 +19,9 @@ use crate::systemd::SystemdUnit;
|
|||
const BOARD_VENDOR_PATH: &str = "/sys/class/dmi/id/board_vendor";
|
||||
const BOARD_NAME_PATH: &str = "/sys/class/dmi/id/board_name";
|
||||
|
||||
#[derive(PartialEq, Debug, Copy, Clone)]
|
||||
#[derive(PartialEq, Debug, Default, Copy, Clone)]
|
||||
pub(crate) enum HardwareVariant {
|
||||
#[default]
|
||||
Unknown,
|
||||
Jupiter,
|
||||
Galileo,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue