]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
package/modem-manager: init script for systemV-like init systems
authorPetr Vorel <petr.vorel@gmail.com>
Wed, 1 Jul 2015 20:11:12 +0000 (22:11 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 2 Jul 2015 09:32:18 +0000 (11:32 +0200)
commit7f1def693647b2158aab38d86a11609454e72dab
tree031e052c59685d9cbd5f7568a0cfb70d11abfda4
parent7de0ff0ed49892f5c791c99f83198932a8708111
package/modem-manager: init script for systemV-like init systems

ModemManager get started by NetworkManager, in case of systemd init
system. In case of other systems it needs to be started by init script.

Debian [1] solved it by detection in code. For Buildroot it's IMHO
enough to install init script for systemV-like init systems.

[1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=770871

[Thomas:
 - slightly simplify the script by removing the MODEMMANAGER_BIN
   variable which was used at only one place, and use directly $?
   instead of an intermediate $ret variable.
 - split the too long line added in the .mk file.]

Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/modem-manager/S44modem-manager [new file with mode: 0755]
package/modem-manager/modem-manager.mk