From 8ba4c97bd478c74ba00d8c06f71c2bce9125ce65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Pinela?= Date: Tue, 19 Sep 2017 21:07:28 +0100 Subject: grouper: wifi: Do not define superfluous wpa_supplicant service MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I1ff74c60c2870e03c39cccad401c6e49be0274f4 Signed-off-by: André Pinela --- rootdir/init.grouper.rc | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/rootdir/init.grouper.rc b/rootdir/init.grouper.rc index 79d7b7d..4468b32 100644 --- a/rootdir/init.grouper.rc +++ b/rootdir/init.grouper.rc @@ -85,19 +85,6 @@ on property:sys.boot_completed=1 write /sys/block/mmcblk0/queue/add_random 0 service wpa_supplicant /system/bin/wpa_supplicant \ - -iwlan0 -Dnl80211 -c/data/misc/wifi/wpa_supplicant.conf \ - -I/system/etc/wifi/wpa_supplicant_overlay.conf \ - -e/data/misc/wifi/entropy.bin -g@android:wpa_wlan0 - # we will start as root and wpa_supplicant will switch to user wifi - # after setting up the capabilities required for WEXT - # user wifi - # group wifi inet keystore - class main - socket wpa_wlan0 dgram 660 wifi wifi - disabled - oneshot - -service p2p_supplicant /system/bin/wpa_supplicant \ -iwlan0 -Dnl80211 -iwlan0 -c/data/misc/wifi/wpa_supplicant.conf \ -I/system/etc/wifi/wpa_supplicant_overlay.conf -N \ -ip2p0 -Dnl80211 -c /data/misc/wifi/p2p_supplicant.conf \ @@ -137,4 +124,3 @@ service gpsd /vendor/bin/gpsd -c /system/etc/gps.xml on property:sys.shutdown.requested=1recovery start recoveryd - -- cgit v1.2.3