diff options
| author | Moyster <oysterized@gmail.com> | 2016-09-26 18:03:34 +0200 |
|---|---|---|
| committer | Moyster <oysterized@gmail.com> | 2016-09-26 18:03:34 +0200 |
| commit | ff4d37460e47b7c4818cbf5623fb98fa27bcffdd (patch) | |
| tree | 989d60e91f54160ff87c0bb658bd13432e139513 | |
| parent | 31a9c0430784830ac937e689802ed54f77b89975 (diff) | |
move hostapd_default.conf to configs folder instead of rootdir
| -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 += \ |
