Skip to content

Commit

Permalink
brcmfmac_sdio-firmware: fix service type
Browse files Browse the repository at this point in the history
should be simple, not oneshot.
  • Loading branch information
stefansaraev committed Aug 7, 2015
1 parent 15ce945 commit 515edf2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -3,6 +3,6 @@ Description=Broadcom sdio firmware update for %I
ConditionPathExists=/dev/ttyS1

[Service]
Type=oneshot
Type=simple
RemainAfterExit=yes
ExecStart=/usr/bin/brcm_patchram_plus --patchram /lib/firmware/brcm/%I.hcd --baudrate 3000000 --use_baudrate_for_download /dev/ttyS1 --enable_hci --no2bytes --tosleep=50000
Expand Up @@ -3,6 +3,6 @@ Description=Broadcom sdio firmware update for %I
ConditionPathExists=/dev/ttymxc3

[Service]
Type=oneshot
Type=simple
RemainAfterExit=yes
ExecStart=/usr/bin/brcm_patchram_plus --patchram /lib/firmware/brcm/%I.hcd --baudrate 3000000 --use_baudrate_for_download /dev/ttymxc3 --enable_hci --no2bytes --tosleep=50000

0 comments on commit 515edf2

Please sign in to comment.