Skip to content

Commit

Permalink
README: drop references to outdated firmware-flavor names
Browse files Browse the repository at this point in the history
In 72667f2 the image flavors have been renamed based on PR #713, time to update the readme too.
  • Loading branch information
SvenRoederer authored Jul 31, 2021
1 parent 6bc8928 commit e45bf2d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,9 @@ firmwares/
*.ipk
```

As you notice, there are several different image variants ("backbone", "default", etc.).
As you notice, there are several different image variants ("notunnel", "manual", etc.).
These different *package lists* are defined in `packagelists/`.
For a description of the purpose of each package list, see the "Features" section above.
For a description of the purpose of each package list, see ~~the "Features" section above~~.
With the "OpenWrt-ImageBuilder" you can assemble your own image variant with your
*package lists* without having to compile everything yourself. The "OpenWrt-SDK" is
the fastest way to build your own packages or programs without compiling OpenWrt yourself.
Expand All @@ -171,7 +171,7 @@ By default `make` uses `TARGET` and `PACKAGES_LIST_DEFAULT` which are defined in
`config.mk`. You can customize this by overriding them:

```
make TARGET=mpc85xx PACKAGES_LIST_DEFAULT=backbone
make TARGET=mpc85xx PACKAGES_LIST_DEFAULT=manual
```
Additionally, you can create your own image from a pre-built ImageBuilder by doing something like:

Expand Down

0 comments on commit e45bf2d

Please sign in to comment.