add missing configs files

This commit is contained in:
Moyster 2016-09-28 15:59:21 +02:00
parent 223e50fc18
commit b7fded81b8
3 changed files with 9 additions and 1 deletions

3
configs/hostapd.accept Normal file
View File

@ -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.

2
configs/hostapd.deny Normal file
View File

@ -0,0 +1,2 @@
# List of MAC addresses that are not allowed to authenticate (IEEE 802.11)
# with the AP.

View File

@ -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 += \