diff options
author | Cosme Domínguez Díaz <cosme.ddiaz@gmail.com> | 2018-02-25 19:55:26 +0100 |
---|---|---|
committer | Cosme Domínguez Díaz <cosme.ddiaz@gmail.com> | 2018-02-25 19:59:10 +0100 |
commit | 0610c89f4624e6640b6edc1418bb69686c00ec60 (patch) | |
tree | 8c6239ff9eb9fd910bd8c94549b4c35dd6209de9 /rootdir | |
parent | 973571990a1382062bee4d24ceae6881ba33db85 (diff) |
msm8996-common: Restore port-bridge and fix its path.
Diffstat (limited to 'rootdir')
-rwxr-xr-x | rootdir/etc/init.qcom.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index ecbd951..e5db2c8 100755 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -742,7 +742,7 @@ service ftmd /system/bin/logwrapper /system/bin/ftmdaemon disabled oneshot -service port-bridge /system/bin/port-bridge +service port-bridge /vendor/bin/port-bridge class main user radio system group radio system inet |