universal7870: misc changes

This commit is contained in:
Astrako 2020-01-30 18:40:54 +01:00 committed by Alejandro
parent c6b66effbd
commit c168ee3b3f
5 changed files with 385 additions and 23 deletions

View file

@ -49,27 +49,11 @@ service wpa_supplicant /vendor/bin/hw/wpa_supplicant \
oneshot
# start for WiFi MFG (TestMode)
service mfgloader /system/vendor/bin/hw/mfgloader
service macloader /vendor/bin/hw/macloader
class main
user wifi
group wifi inet net_raw net_admin
capabilities NET_ADMIN NET_RAW SYS_MODULE
disabled
oneshot
service macloader /system/vendor/bin/hw/macloader
class main
user wifi
group wifi inet net_raw net_admin
capabilities NET_ADMIN NET_RAW SYS_MODULE
oneshot
service wlandutservice /system/bin/wlandutservice
class main
user system
group system wifi net_raw net_admin inet
capabilities NET_ADMIN NET_RAW
disabled
oneshot
# end of WiFi MFG (TestMode)