Skip to content

Commit

Permalink
Merge pull request #1116 from ilario/readme_image_builder
Browse files Browse the repository at this point in the history
Readme: update OpenWrt version in Docker instructions
  • Loading branch information
G10h4ck committed Jun 20, 2024
2 parents 070d518 + bb0b5a2 commit 3ef0a4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Start an ImageBuilder of your choice, for example ath79-generic if your device i

```shell
mkdir ./images/
docker run -it -v $(pwd)/images:/images/ ghcr.io/openwrt/imagebuilder:ath79-generic-v22.03.5
docker run -it -v $(pwd)/images:/images/ ghcr.io/openwrt/imagebuilder:ath79-generic-v23.05.3
```

If your device is not part of ath79-generic profiles, you can replace it with another <target>-<subtarget> combination. For knowing which target and subtarget is best suited for your router, check out the page about it in the [OpenWrt's Table of Hardware][OpenWrt-ToH].
Expand Down

0 comments on commit 3ef0a4a

Please sign in to comment.