README: fix linksys_ea8300 example

The profile is no longer called just `ea8300`.

Signed-off-by: Paul Spooren <mail@aparcar.org>
This commit is contained in:
Paul Spooren
2022-02-14 12:41:33 +01:00
committed by John Crispin
parent be65578a7f
commit 6f4e00aa46

View File

@@ -12,7 +12,7 @@ First we need to clone and setup our tree. This will result in an openwrt/.
Next we need to select the profile and base package selection. This setup will install the feeds, packages and generate the .config file.
```
cd openwrt
./scripts/gen_config.py ea8300
./scripts/gen_config.py linksys_ea8300
```
Finally we can build the tree.
```