diff --git a/rw-system.sh b/rw-system.sh index 4823679..d1260ae 100644 --- a/rw-system.sh +++ b/rw-system.sh @@ -724,6 +724,11 @@ for i in odm oem vendor product;do if grep -qF android.hardware.wifi.hostapd /$i/etc/vintf/manifest.xml;then has_hostapd=true fi + for j in /$i/etc/vintf/manifest/*;do + if grep -qF android.hardware.wifi.hostapd $j;then + has_hostapd=true + fi + done done if [ "$has_hostapd" = false ];then