From 6f4e00aa46874fc84cfbbee89d9f6441dc4a8d4d Mon Sep 17 00:00:00 2001 From: Paul Spooren Date: Mon, 14 Feb 2022 12:41:33 +0100 Subject: [PATCH] README: fix linksys_ea8300 example The profile is no longer called just `ea8300`. Signed-off-by: Paul Spooren --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 05c0fcdc0..27c46529d 100644 --- a/README.md +++ b/README.md @@ -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. ```