diff options
| author | Moyster <oysterized@gmail.com> | 2016-09-28 15:59:21 +0200 |
|---|---|---|
| committer | Moyster <oysterized@gmail.com> | 2016-09-28 15:59:21 +0200 |
| commit | b7fded81b8150ffd1a3e1c6f88747c8b4a34119e (patch) | |
| tree | 357c66831b950f3b947957083c87b0e5843bd14e | |
| parent | 223e50fc1869a6582b0472a447020d8ffa2313d7 (diff) | |
add missing configs files
| -rw-r--r-- | configs/hostapd.accept | 3 | ||||
| -rw-r--r-- | configs/hostapd.deny | 2 | ||||
| -rw-r--r-- | device_m2note.mk | 5 |
3 files changed, 9 insertions, 1 deletions
diff --git a/configs/hostapd.accept b/configs/hostapd.accept new file mode 100644 index 0000000..6b167e0 --- /dev/null +++ b/configs/hostapd.accept @@ -0,0 +1,3 @@ +# List of MAC addresses that are allowed to authenticate (IEEE 802.11) +# with the AP. Optional VLAN ID can be assigned for clients based on the +# MAC address if dynamic VLANs (hostapd.conf dynamic_vlan option) are used.
\ No newline at end of file diff --git a/configs/hostapd.deny b/configs/hostapd.deny new file mode 100644 index 0000000..c37336b --- /dev/null +++ b/configs/hostapd.deny @@ -0,0 +1,2 @@ +# List of MAC addresses that are not allowed to authenticate (IEEE 802.11) +# with the AP.
\ No newline at end of file diff --git a/device_m2note.mk b/device_m2note.mk index 325eb0a..c240079 100644 --- a/device_m2note.mk +++ b/device_m2note.mk @@ -42,7 +42,10 @@ PRODUCT_COPY_FILES += \ PRODUCT_COPY_FILES += device/meizu/m2note/recovery/twrp.fstab:recovery/root/etc/twrp.fstab # Hostapd -PRODUCT_COPY_FILES += device/meizu/m2note/configs/hostapd_default.conf:system/etc/hostapd/hostapd_default.conf +PRODUCT_COPY_FILES += \ + device/meizu/m2note/configs/hostapd.accept:system/etc/hostapd/hostapd.accept \ + device/meizu/m2note/configs/hostapd.deny:system/etc/hostapd/hostapd.deny \ + device/meizu/m2note/configs/hostapd_default.conf:system/etc/hostapd/hostapd_default.conf # limit dex2oat threads to improve thermals PRODUCT_PROPERTY_OVERRIDES += \ |
