Skip to content

Commit

Permalink
marlin: copy wpa/p2p supplicant overlay files for wlan
Browse files Browse the repository at this point in the history
Change-Id: I0fbde8be21f04cd41828264cf96c6f8f1ff030e3
  • Loading branch information
spfetsch committed Feb 18, 2016
1 parent d893414 commit fd66dce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions device-common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ PRODUCT_COPY_FILES += \

# WLAN driver configuration files
PRODUCT_COPY_FILES += \
device/google/marlin/wpa_supplicant_overlay.conf:system/etc/wifi/wpa_supplicant_overlay.conf \
device/google/marlin/p2p_supplicant_overlay.conf:system/etc/wifi/p2p_supplicant_overlay.conf \
device/google/marlin/WCNSS_cfg.dat:system/etc/firmware/wlan/qca_cld/WCNSS_cfg.dat \
device/google/marlin/WCNSS_qcom_cfg.ini:system/etc/firmware/wlan/qca_cld/WCNSS_qcom_cfg.ini

Expand All @@ -95,9 +97,7 @@ PRODUCT_PACKAGES += \
hostapd \
dhcpcd.conf \
wpa_supplicant \
wpa_supplicant.conf \
p2p_supplicant_overlay.conf

wpa_supplicant.conf

# Listen configuration file
PRODUCT_COPY_FILES += \
Expand Down

0 comments on commit fd66dce

Please sign in to comment.