diff options
| -rw-r--r-- | configs/hostapd_default.conf (renamed from rootdir/etc/hostapd_default.conf) | 4 | ||||
| -rw-r--r-- | device_m2note.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/rootdir/etc/hostapd_default.conf b/configs/hostapd_default.conf index 45bae89..a533019 100644 --- a/rootdir/etc/hostapd_default.conf +++ b/configs/hostapd_default.conf @@ -38,8 +38,8 @@ logger_syslog_level=2 logger_stdout=-1 logger_stdout_level=2 -# Dump file for state information (on SIGUSR1) -dump_file=/tmp/hostapd.dump +# Deprecated: Dump file for state information (on SIGUSR1) +#dump_file=/tmp/hostapd.dump # Interface for separate control program. If this is specified, hostapd # will create this directory and a UNIX domain socket for listening to requests diff --git a/device_m2note.mk b/device_m2note.mk index 67eb2b4..325eb0a 100644 --- a/device_m2note.mk +++ b/device_m2note.mk @@ -41,8 +41,8 @@ PRODUCT_COPY_FILES += \ # TWRP PRODUCT_COPY_FILES += device/meizu/m2note/recovery/twrp.fstab:recovery/root/etc/twrp.fstab -PRODUCT_COPY_FILES += \ - device/meizu/m2note/rootdir/etc/hostapd_default.conf:system/etc/hostapd/hostapd_default.conf \ +# Hostapd +PRODUCT_COPY_FILES += device/meizu/m2note/configs/hostapd_default.conf:system/etc/hostapd/hostapd_default.conf # limit dex2oat threads to improve thermals PRODUCT_PROPERTY_OVERRIDES += \ |
