Skip to content

Commit

Permalink
ref_state: fixes typo
Browse files Browse the repository at this point in the history
  • Loading branch information
javierajorge committed May 13, 2024
1 parent f6d4f11 commit 8cd9ec5
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/shared-state-babel_links_info/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ define Package/$(PKG_NAME)
TITLE:=Babel links module for shared-state
MAINTAINER:=Asociación Civil Altermundi <info@altermundi.net>
DEPENDS:=+lua +luci-lib-jsonc +ubus-lime-utils \
+libubus-lua +random-numgen +shared-state-ref_sate_commons shared-state-async
+libubus-lua +random-numgen +shared-state-ref_state_commons shared-state-async
PKGARCH:=all
endef

Expand Down
2 changes: 1 addition & 1 deletion packages/shared-state-bat_links_info/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ define Package/$(PKG_NAME)
TITLE:=Batman protocol links information module for shared-state
MAINTAINER:= Javier <jjorge@inti.gob.ar>
DEPENDS:=+lua +luci-lib-jsonc +ubus-lime-utils \
+lime-system +batctl-default +shared-state-ref_sate_commons shared-state-async
+lime-system +batctl-default +shared-state-ref_state_commons shared-state-async
PKGARCH:=all
endef

Expand Down
2 changes: 1 addition & 1 deletion packages/shared-state-node_info/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ define Package/$(PKG_NAME)
TITLE:=Node information module for shared-state
MAINTAINER:= Javier <jjorge@inti.gob.ar>
DEPENDS:=+lua +luci-lib-jsonc +ubus-lime-utils \
+lime-system +ubus-lime-location +shared-state-ref_sate_commons shared-state-async
+lime-system +ubus-lime-location +shared-state-ref_state_commons shared-state-async
PKGARCH:=all
endef

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ local function write_if_diff(data_type, input)
if input[utils.hostname()] then
if not(utils.deepcompare(input[utils.hostname()],acutal or {})) then
utils.write_file(path,JSON.stringify(input[utils.hostname()]))
utils.unsafe_shell("logger -t shared-sate-ref-state "..data_type.." state changed")
utils.unsafe_shell("logger -t shared-state-ref-state "..data_type.." state changed")
return true
end
end
utils.unsafe_shell("logger -t shared-sate-ref-state "..data_type.." state did not change")
utils.unsafe_shell("logger -t shared-state-ref-state "..data_type.." state did not change")
return false
end
write_if_diff(data_type,input)
2 changes: 1 addition & 1 deletion packages/shared-state-wifi_links_info/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ define Package/$(PKG_NAME)
MAINTAINER:=
URL:=http://libremesh.org
DEPENDS:=+lua +luci-lib-jsonc +ubus-lime-utils \
+lime-system +libiwinfo-lua +shared-state-ref_sate_commons shared-state-async
+lime-system +libiwinfo-lua +shared-state-ref_state_commons shared-state-async
PKGARCH:=all
endef

Expand Down

0 comments on commit 8cd9ec5

Please sign in to comment.