Fix typo

Evgeny Kolesnikov
2020-06-04 16:09:54 +02:00
parent a28ba378fc
commit c155a91f54

@@ -6,7 +6,7 @@ There are various ways to run OpenWrt, it can be either installed on real hardwa
## Required Software ## Required Software
Once the base OpenWrt system is up and running and SSH authentification is set up, make sure that LuCI is installed and accessible in the browser. If not preset already, install it with `opkg update; opkg install luci`. Afterwards ensure that the web server is enabled and started with `/etc/init.d/uhttpd enable; /etc/init.d/uhttpd start`. Once the base OpenWrt system is up and running and SSH authentification is set up, make sure that LuCI is installed and accessible in the browser. If not present already, install it with `opkg update; opkg install luci`. Afterwards ensure that the web server is enabled and started with `/etc/init.d/uhttpd enable; /etc/init.d/uhttpd start`.
Proceed with installing the `openssh-sftp-server` package in order to make OpenWrts root filesystem available via SFTP. Point your IDE or editor to the IP address of the OpenWrt system, provide the root credentials and make sure you can access the filesystem contents. Proceed with installing the `openssh-sftp-server` package in order to make OpenWrts root filesystem available via SFTP. Point your IDE or editor to the IP address of the OpenWrt system, provide the root credentials and make sure you can access the filesystem contents.