diff options
author | Georg Veichtlbauer <georg@vware.at> | 2021-05-25 11:48:07 +0200 |
---|---|---|
committer | Arian <arian.kulmer@web.de> | 2021-09-30 12:16:28 +0200 |
commit | 644c5996ed3e043326268d604390d57f5cd5d7eb (patch) | |
tree | 92a2da11a7ce606585c865dcc155397df46e6bb3 | |
parent | 435c6ddd75f28e80f9f79ff829b01f0414a0ef80 (diff) |
shinano-common: init: Create NFC config directory
Change-Id: I9f225f027bd8bf36ab6324fb5eddaeb866f4803f
-rw-r--r-- | rootdir/etc/init.qcom.rc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index 35e6a4d..1c193ea 100644 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -307,6 +307,9 @@ on post-fs-data # Create directory used by bluetooth subsystem mkdir /data/vendor/bluetooth 2770 bluetooth bluetooth + # Nfc + mkdir /data/vendor/nfc 0770 nfc nfc + # Set owner of macaddr node chown system system /sys/devices/platform/bcmdhd_wlan/macaddr |