Skip to content

Commit

Permalink
pm-utils: Unify WIFI script for all MX8 platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Radensky committed Sep 12, 2019
1 parent 6153ad0 commit 72e2a9d
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 53 deletions.
15 changes: 0 additions & 15 deletions recipes-bsp/pm-utils/pm-utils/imx8mm-var-dart/wifi.sh

This file was deleted.

15 changes: 0 additions & 15 deletions recipes-bsp/pm-utils/pm-utils/imx8qm-var-som/wifi.sh

This file was deleted.

21 changes: 0 additions & 21 deletions recipes-bsp/pm-utils/pm-utils/imx8qxp-var-som/wifi.sh

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
. /etc/wifi/variscite-wifi-common.sh

# Exit if WIFI is not available
if grep -q MX8M /sys/devices/soc0/soc_id && \
! grep -q WIFI /sys/devices/soc0/machine ; then
if wifi_should_not_be_stopped; then
exit 0
fi

Expand Down

0 comments on commit 72e2a9d

Please sign in to comment.