Skip to content

Commit

Permalink
Fixed compile target and added path for output
Browse files Browse the repository at this point in the history
  • Loading branch information
ganehag committed Feb 25, 2024
1 parent 5e36378 commit a9b742e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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/`.

0 comments on commit a9b742e

Please sign in to comment.