diff options
author | Davide Garberi <dade.garberi@gmail.com> | 2019-03-01 21:37:44 +0100 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2019-03-02 13:56:05 +0100 |
commit | 56a0d4e8bca5cb53407e9d615ed5566e87f34c2b (patch) | |
tree | dc9cc58239868d0ad076105c719a448611878836 /rootdir/etc | |
parent | a1ccdf85388f8d3ab505d6c3761ea424cfb47bc0 (diff) |
msm8996-common: Remove readmac
* We don't need this anymore, no random mac because the real hardware wlan mac works now
Change-Id: I13f85f4eb438b2230408d5bad1c694b2cd39a25b
Diffstat (limited to 'rootdir/etc')
-rw-r--r-- | rootdir/etc/init.qcom.rc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index 49e0057..dc95d51 100644 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -510,12 +510,6 @@ on property:init.svc.per_mgr=running on property:sys.shutdown.requested=* stop per_proxy -service readmac /vendor/bin/readmac - class main - user root - group root oem_2901 - oneshot - service thermal-engine /vendor/bin/thermal-engine -c /vendor/etc/thermal-engine.conf class main user root |