Compare commits
2 Commits
6f1bc4dd00
...
819ff0add0
| Author | SHA1 | Date | |
|---|---|---|---|
| 819ff0add0 | |||
| 149da1be87 |
@@ -1,6 +1,6 @@
|
|||||||
# openwrtbuilder
|
# openwrtbuilder
|
||||||
|
|
||||||
Build and deploy OpenWRT images using convenient shell-style device profiles.
|
Build and deploy OpenWRT images using shell-style device profiles, via source code or the official Image Builder.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
@@ -36,10 +36,13 @@ Build and deploy OpenWRT images using convenient shell-style device profiles.
|
|||||||
|
|
||||||
## Profiles
|
## Profiles
|
||||||
|
|
||||||
See `profiles` for example device profile definitions.
|
See `profiles` for example device profile definitions. Multiple `--profile` can be passed at once.
|
||||||
|
|
||||||
|
The default build mode is `imagebuilder` unless `--source` is passed. Default profile modes can be set individually in `profiles`.
|
||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
|
|
||||||
|
* `openwrtbuilder -p r4s -p ax6000`
|
||||||
* `openwrtbuilder -p r4s -r snapshot --debug`
|
* `openwrtbuilder -p r4s -r snapshot --debug`
|
||||||
* `openwrtbuilder -p ax6000 -r 23.05.5 --source --debug`
|
* `openwrtbuilder -p ax6000 -r 23.05.5 --source --debug`
|
||||||
* `openwrtbuilder -p rpi4 -r 23.05.5 --flash /dev/sdX`
|
* `openwrtbuilder -p rpi4 -r 23.05.5 --flash /dev/sdX`
|
||||||
|
|||||||
Reference in New Issue
Block a user