From 1efd6d6a1ee036199732540cafb78646b48a8e73 Mon Sep 17 00:00:00 2001 From: Michael Benedict Date: Fri, 27 Sep 2019 17:10:44 +1000 Subject: [PATCH] universal8895: sed supplicant 1.2 Signed-off-by: Michael Benedict --- extract-files.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extract-files.sh b/extract-files.sh index 030c879..11e0115 100755 --- a/extract-files.sh +++ b/extract-files.sh @@ -69,7 +69,7 @@ BLOB_ROOT="$LINEAGE_ROOT"/vendor/"$VENDOR"/"$DEVICE_COMMON"/proprietary sed -i "s/xliff=\"urn:oasis:names:tc:xliff:document:1.2\"/android=\"http:\/\/schemas.android.com\/apk\/res\/android\"/" $BLOB_ROOT/etc/nfcee_access.xml sed -i -z "s/ seclabel u:r:gpsd:s0\n//" $BLOB_ROOT/vendor/etc/init/init.gps.rc -sed -i -z "s/-g@android:wpa_wlan0\n class main\n/-g@android:wpa_wlan0\n interface android.hardware.wifi.supplicant@1.0::ISupplicant default\n interface android.hardware.wifi.supplicant@1.1::ISupplicant default\n class main\n/" $BLOB_ROOT/vendor/etc/init/wifi.rc +sed -i -z "s/-g@android:wpa_wlan0\n class main\n/-g@android:wpa_wlan0\n interface android.hardware.wifi.supplicant@1.0::ISupplicant default\n interface android.hardware.wifi.supplicant@1.1::ISupplicant default\n interface android.hardware.wifi.supplicant@1.2::ISupplicant default\n class main\n/" $BLOB_ROOT/vendor/etc/init/wifi.rc sed -i -z "s/ setprop wifi.interface wlan0\n\n/ setprop wifi.interface wlan0\n setprop wifi.concurrent.interface swlan0\n\n/" $BLOB_ROOT/vendor/etc/init/wifi.rc # replace SSLv3_client_method with SSLv23_method -- 2.20.1