universal8895: sed supplicant 1.2
authorMichael Benedict <michaelbt@live.com>
Fri, 27 Sep 2019 07:10:44 +0000 (17:10 +1000)
committerJan Altensen <info@stricted.net>
Sun, 19 Jan 2020 07:53:28 +0000 (08:53 +0100)
Signed-off-by: Michael Benedict <michaelbt@live.com>
extract-files.sh

index 030c8796ad46f9194c4a64a74b36b9d1ddf20184..11e0115f12c7ef27fc0bc517d12e324d041cc8f1 100755 (executable)
@@ -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