You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+6-9
Original file line number
Diff line number
Diff line change
@@ -58,18 +58,15 @@ Now start the build process. This takes some time:
58
58
```bash
59
59
make
60
60
```
61
-
*You have the opportunity to compile the firmware at more CPU Threats.*
61
+
*You have the opportunity to compile the firmware at more CPU threats to speed up the process.*
62
+
*e.g. to run 3 jobs (commands) simultaneously use the following option:*`make -j 3`
62
63
63
-
*E.g. for 4-Threats type:*`make -j4`
64
+
The **firmware image files** will be stored in the `bin`-folder. These images can now directly be used to update your router. Please note, that two differnt image types (per router) will be provided:
64
65
65
-
The **firmware images** are now in the `bin`-folder. Use the firmware update
66
-
functionality of your router and upload the factory image to flash it with the freifunk firmware. The sysupgrade
67
-
images are for further updates.
68
-
69
-
* Use `openwrt-[chip]-[model]-squashfs-factory.bin` for the initial flash.
70
-
* Use `openwrt-[chip]-[model]-squashfs-sysupgrade.bin` for futher updates.
66
+
* Use `openwrt-[chip]-[model]-squashfs-factory.bin` for the initial flash (for routers running stock/vendor firmware).
67
+
* Use `openwrt-[chip]-[model]-squashfs-sysupgrade.bin` for futher updates (for routers having already another Freifunk FW flashed).
71
68
72
69
**Many routers have not been tested yet, but may work.**
73
-
***Give it a try! :-)***
70
+
***Give it a try! :-) ...and tell us about your experiences***
74
71
75
72
To build all images for all supported models see [github.com/freifunk-bielefeld](https://github.com/freifunk-bielefeld/docs/blob/master/release_howto.md#images-bauen)
0 commit comments