Skip to content

Commit 04132bf

Browse files
committed
Revert "GitHub: Try to bring back sshfs"
This reverts commit a86951d.
1 parent 094191f commit 04132bf

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

  • .github/assets/openwrt-build/configs

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ 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+
710
# Use ccache to improve performance of fresh rebuilds
811
CONFIG_CCACHE=y
912

@@ -44,7 +47,7 @@ CONFIG_PACKAGE_openssh-sftp-server=y
4447
CONFIG_PACKAGE_nano-full=y
4548

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

4952
# Install LuCI
5053
CONFIG_PACKAGE_luci=y

0 commit comments

Comments
 (0)