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:
committed by
Pascal Vizeli
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
|
||||
|
||||
Reference in New Issue
Block a user