Update README

This commit is contained in:
2023-01-26 21:44:14 -05:00
parent bc20bf535b
commit f4a87005a9

View File

@@ -15,6 +15,7 @@ Sanely build and deploy OpenWRT images using the Image Builder (or git source)
Default: location of openwrtbuilder script Default: location of openwrtbuilder script
--source --source
Build image from source, not from Image Builder Build image from source, not from Image Builder
Allows make config options to be passed
--ssh-upgrade HOST --ssh-upgrade HOST
Example: root@192.168.1.1 Example: root@192.168.1.1
--ssh-backup SSH_PATH --ssh-backup SSH_PATH
@@ -28,6 +29,17 @@ Sanely build and deploy OpenWRT images using the Image Builder (or git source)
--help,-h --help,-h
``` ```
## Profiles
See `./profiles` for example device profile definitions.
## Examples
* `./openwrtbuilder -p r4s -r snapshot --debug`
* `./openwrtbuilder -p ax6000_stock -r 23.03.3 --source --debug`
* `./openwrtbuilder -p rpi4 -r 23.03.3 --flash /dev/sdX`
* `./openwrtbuilder -p linksys -r snapshot --ssh-upgrade root@192.168.1.1`
## Additional Info ## Additional Info
Did you find `openwrtbuilder` useful? [Buy me a coffee!](https://paypal.me/bryanroessler?locale.x=en_US) Did you find `openwrtbuilder` useful? [Buy me a coffee!](https://paypal.me/bryanroessler?locale.x=en_US)