From a9b742e73f946ef49df26fc1dea4ef916a95d398 Mon Sep 17 00:00:00 2001 From: Mikael Ganehag Brorsson Date: Sun, 25 Feb 2024 17:52:11 +0100 Subject: [PATCH] Fixed compile target and added path for output --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 14ea3f9..9a2764a 100644 --- a/README.md +++ b/README.md @@ -215,7 +215,7 @@ For detailed instructions on building a single package for OpenWRT, refer to the ``` 4. **Configure the Build System** - Run `make menuconfig`, navigate to `Network`, and select the open-modbusgateway package with `[*]`. + Run `make menuconfig`, navigate to `Network`, and select the open-modbusgateway package with `[M]`. 5. **Customize Build Options** Adjust any other settings, such as ARCH and toolchain options. @@ -230,6 +230,4 @@ For detailed instructions on building a single package for OpenWRT, refer to the ``` make package/open-modbusgateway/compile V=s ``` - The output will be located as specified in the build documentation. - - Follow these steps to compile and integrate the open-modbusgateway into your OpenWRT build. For further customization and advanced options, see the OpenWRT developer documentation. + The output will be located in a subfolder of the `bin/` directory, such as; `bin/packages/i386_pentium4/base/`.