mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-28 07:26:28 +00:00
Add cifs support (#408)
* Add cifs support in hassos kernel This make possible mount remote smb share in addons (if they have cifs-utils) * Update hassos.config
This commit is contained in:
parent
a55aaf7f38
commit
bb201fb842
@ -34,3 +34,9 @@ CONFIG_TUN=y
|
||||
CONFIG_VLAN_8021Q=m
|
||||
CONFIG_VLAN_8021Q_GVRP=y
|
||||
CONFIG_VLAN_8021Q_MVRP=y
|
||||
|
||||
CONFIG_CIFS=m
|
||||
CONFIG_CIFS_XATTR=y
|
||||
CONFIG_CIFS_POSIX=y
|
||||
CONFIG_CIFS_ACL=y
|
||||
CONFIG_CIFS_DFS_UPCALL=y
|
||||
|
Loading…
x
Reference in New Issue
Block a user