Skip to content

Commit

Permalink
mx8qxp-var-som, imx8qm-var-som: Disable wifi service stop
Browse files Browse the repository at this point in the history
This fixes WIFI driver crashes during reboot and poweroff on VAR-SOM-MX8
and VAR-SOM-MX8X.

Stopping WIFI is still possible by running "/etc/wifi/variscite-wifi stop"

Relevant Yocto changes

varigit/meta-variscite-imx@4cc13ed

Signed-off-by: Harshesh Valera <harshesh.v@variscite.com>
  • Loading branch information
Felix Radensky authored and hj2006 committed May 6, 2020
1 parent 974a041 commit 98b19df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions variscite/variscite-wifi.service
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ After=sysinit.target

[Service]
Type=oneshot
RemainAfterExit=yes
#RemainAfterExit=yes
ExecStart=/etc/wifi/variscite-wifi start
ExecStop=/etc/wifi/variscite-wifi stop
#ExecStop=/etc/wifi/variscite-wifi stop

[Install]
WantedBy=network.target
Expand Down

0 comments on commit 98b19df

Please sign in to comment.