We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4293ccf commit a86951dCopy full SHA for a86951d
1 file changed
.github/assets/openwrt-build/configs/main
@@ -4,9 +4,6 @@ CONFIG_DEVEL=y
4
# Dead code and data elimination for all packages
5
CONFIG_USE_GC_SECTIONS=y
6
7
-# Use the link-time optimizer for all packages
8
-#CONFIG_USE_LTO=y
9
-
10
# Use ccache to improve performance of fresh rebuilds
11
CONFIG_CCACHE=y
12
@@ -47,7 +44,7 @@ CONFIG_PACKAGE_openssh-sftp-server=y
47
44
CONFIG_PACKAGE_nano-full=y
48
45
49
46
# Install sshfs to be able to mount SSH remotes as network drives
50
-#CONFIG_PACKAGE_sshfs=y
+CONFIG_PACKAGE_sshfs=y
51
52
# Install LuCI
53
CONFIG_PACKAGE_luci=y
0 commit comments