]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
network-manager: don't test if the binary exists in the init script
authorCarlos Santos <casantos@datacom.ind.br>
Mon, 16 Apr 2018 02:29:31 +0000 (23:29 -0300)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Mon, 16 Apr 2018 05:34:48 +0000 (07:34 +0200)
commit047341e6ebbf483d00303d7b91963bb08e340aa2
tree235f3529db587a6b440dd6cb6efc3ef343cb83b0
parentddd035b87e647bc95fdfe42c59ee931d55822a22
network-manager: don't test if the binary exists in the init script

The test doesn't make sense. It just exits without any error if the
binary doesn't exist, which is silly.

Replace the NETWORKMANAGER_BIN variable, which was used only once, by
the full path of the binary file.

Drop the now useless variables prefix, exec_prefix and sbindir.

Signed-off-by: Carlos Santos <casantos@datacom.ind.br>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/network-manager/S45network-manager