Skip to content

Commit

Permalink
Add cifs support in hassos kernel
Browse files Browse the repository at this point in the history
This make possible mount remote smb share in addons (if they have cifs-utils)
  • Loading branch information
Fantu committed May 15, 2019
1 parent d1c2715 commit 408990c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions buildroot-external/kernel/hassos.config
Expand Up @@ -34,3 +34,10 @@ CONFIG_TUN=y
CONFIG_VLAN_8021Q=m
CONFIG_VLAN_8021Q_GVRP=y
CONFIG_VLAN_8021Q_MVRP=y

CONFIG_CIFS=m
CONFIG_CIFS_STATS2=y
CONFIG_CIFS_XATTR=y
CONFIG_CIFS_POSIX=y
CONFIG_CIFS_ACL=y
CONFIG_CIFS_DFS_UPCALL=y

0 comments on commit 408990c

Please sign in to comment.