|
@@ -29,6 +29,14 @@ firmware_arch=("arm" "arm64" "mipsbe" "mmips" "ppc" "smips" "tile" "x86")
|
|
|
|
|
|
|
|
Need share dir without "/routeros". That is, the /routeros directory should be at the root of the site!
|
|
Need share dir without "/routeros". That is, the /routeros directory should be at the root of the site!
|
|
|
|
|
|
|
|
|
|
+### Create symlink's in target directory
|
|
|
|
|
+
|
|
|
|
|
+touch LATEST.6fix
|
|
|
|
|
+touch LATEST.6
|
|
|
|
|
+
|
|
|
|
|
+ln -s LATEST.6fix NEWEST6.long-term
|
|
|
|
|
+ln -s LATEST.6 NEWEST6.stable
|
|
|
|
|
+
|
|
|
### Change at our mikrotik device dns names for download packages to you web-server
|
|
### Change at our mikrotik device dns names for download packages to you web-server
|
|
|
|
|
|
|
|
/ip dns static add address=192.168.0.1 name=download.mikrotik.com
|
|
/ip dns static add address=192.168.0.1 name=download.mikrotik.com
|