diff --git a/user/configure-device.rst b/user/configure-device.rst index bbf9ce99..cfc3d75b 100644 --- a/user/configure-device.rst +++ b/user/configure-device.rst @@ -64,6 +64,14 @@ clipboard and then run the following commands on your OpenWrt device: opkg update opkg install ./ +Alternatively, you can also use the curl method instead of wget to install the ipk file: + +.. code-block:: bash + + curl -o .ipk + opkg install .ipk + + If you're running at least OpenWRT 19.07, you can install openwisp-config from the official OpenWRT packages: @@ -75,6 +83,12 @@ from the official OpenWRT packages: **We recommend installing from our latest builds or compiling your own firmware image**. The OpenWrt packages are not always up to date. +If all the above methods fail you can: + +- Download the ipk file on your system. +- Use SCP to transfer the file to the Openwrt system. +- Install using opkg. + Configuration ~~~~~~~~~~~~~