Merge pull request #4267 from stefansaraev/brcmfmac_sdio-firmware

brcmfmac_sdio-firmware: fix service type
This commit is contained in:
Stephan Raue 2015-08-08 14:54:30 +02:00
commit 072a1e1911
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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