Skip to content

Commit a86951d

Browse files
committed
GitHub: Try to bring back sshfs
1 parent 4293ccf commit a86951d

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

  • .github/assets/openwrt-build/configs

.github/assets/openwrt-build/configs/main

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ CONFIG_DEVEL=y
44
# Dead code and data elimination for all packages
55
CONFIG_USE_GC_SECTIONS=y
66

7-
# Use the link-time optimizer for all packages
8-
#CONFIG_USE_LTO=y
9-
107
# Use ccache to improve performance of fresh rebuilds
118
CONFIG_CCACHE=y
129

@@ -47,7 +44,7 @@ CONFIG_PACKAGE_openssh-sftp-server=y
4744
CONFIG_PACKAGE_nano-full=y
4845

4946
# Install sshfs to be able to mount SSH remotes as network drives
50-
#CONFIG_PACKAGE_sshfs=y
47+
CONFIG_PACKAGE_sshfs=y
5148

5249
# Install LuCI
5350
CONFIG_PACKAGE_luci=y

0 commit comments

Comments
 (0)