diff options
Diffstat (limited to 'device.mk')
-rw-r--r-- | device.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -123,7 +123,7 @@ PRODUCT_PROPERTY_OVERRIDES := \ # Note that the only such settings should be the ones that are too low-level to # be reachable from resources or other mechanisms. PRODUCT_PROPERTY_OVERRIDES += \ - wifi.interface=eth0 \ + wifi.interface=wlan0 \ wifi.supplicant_scan_interval=15 include frameworks/base/build/phone-hdpi-512-dalvik-heap.mk |