projects
/
project
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6ef0fe
)
docs: update the reference implementation source
7297/head
author
Emmanuel Ferdman
<emmanuelferdman@gmail.com>
Sat, 28 Sep 2024 08:14:12 +0000
(11:14 +0300)
committer
Emmanuel Ferdman
<emmanuelferdman@gmail.com>
Sat, 28 Sep 2024 08:14:12 +0000
(11:14 +0300)
Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
docs/LMO.md
patch
|
blob
|
history
diff --git
a/docs/LMO.md
b/docs/LMO.md
index 6402849dbb407c24159758081caa712fa3f9252c..6738c9aec7219584b1cf06fd8bc5e9c9152dc9bb 100644
(file)
--- a/
docs/LMO.md
+++ b/
docs/LMO.md
@@
-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-
bas
e/src/template_lmo.c
+https://github.com/openwrt/luci/blob/master/modules/luci-
lua-runtim
e/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.