Skip to content

Commit

Permalink
Merge pull request openwrt#7297 from emmanuel-ferdman/wip
Browse files Browse the repository at this point in the history
docs: update the reference implementation source
  • Loading branch information
feckert authored Sep 30, 2024
2 parents e6ef0fe + bfee5d0 commit 8559119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/LMO.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ uint32_t sfh_hash(const char * data, int len)
## Reference Implementation
A reference implementation can be found here:
https://github.com/openwrt/luci/blob/master/modules/luci-base/src/template_lmo.c
https://github.com/openwrt/luci/blob/master/modules/luci-lua-runtime/src/template_lmo.c
The `po2lmo.c` executable implements a `*.po` to `*.lmo` conversation utility.
Lua bindings for lmo are defined in `template_lualib.c` and associated headers.

0 comments on commit 8559119

Please sign in to comment.