Add wpa_supplicant_overlay which is needed to make WIFI work
This commit is contained in:
parent
b34e1ad101
commit
0a388ddd8a
2 changed files with 12 additions and 0 deletions
|
@ -34,6 +34,9 @@ PRODUCT_PACKAGES +=\
|
|||
# PRODUCT_DEFAULT_PROPERTY_OVERRIDES += ro.zygote=zygote64_32
|
||||
# PRODUCT_COPY_FILES += system/core/rootdir/init.zygote64_32.rc:root/init.zygote64_32.rc
|
||||
|
||||
PRODUCT_COPY_FILES += \
|
||||
device/softwinner/tulip-common/wpa_supplicant_overlay.conf:/system/etc/wifi/wpa_supplicant_overlay.conf
|
||||
|
||||
PRODUCT_COPY_FILES += \
|
||||
hardware/aw/audio/tulip/audio_policy.conf:system/etc/audio_policy.conf \
|
||||
hardware/aw/audio/tulip/phone_volume.conf:system/etc/phone_volume.conf \
|
||||
|
|
9
tulip-common/wpa_supplicant_overlay.conf
Normal file
9
tulip-common/wpa_supplicant_overlay.conf
Normal file
|
@ -0,0 +1,9 @@
|
|||
ctrl_interface=wlan0
|
||||
country=XY
|
||||
update_config=1
|
||||
ap_scan=1
|
||||
fast_reauth=1
|
||||
serial_number=11111
|
||||
config_methods=virtual_push_button virtual_display push_button keypad
|
||||
bss_expiration_age=60
|
||||
bss_expiration_scan_count=10
|
Loading…
Reference in a new issue