Skip to content

Commit

Permalink
ref_state: implements persistence
Browse files Browse the repository at this point in the history
  • Loading branch information
javierbrk committed Aug 9, 2024
1 parent b19b1ca commit f46ea9a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/etc/shared-state/ref_state/
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh
uci set lime-autogen.system.keep_on_upgrade="$(uci get lime-autogen.system.keep_on_upgrade) shared-state-ref-state"
uci commit lime-autogen
exit 0
3 changes: 1 addition & 2 deletions packages/shared-state-wifi_links_info/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/$(PKG_NAME)
TITLE:=WiFI links information module for shared-state
CATEGORY:=LibreMesh
MAINTAINER:=
URL:=http://libremesh.org
MAINTAINER:=Asociación Civil Altermundi <[email protected]>
DEPENDS:=+lua +luci-lib-jsonc +ubus-lime-utils \
+lime-system +libiwinfo-lua +shared-state-ref_state_commons shared-state-async
PKGARCH:=all
Expand Down

0 comments on commit f46ea9a

Please sign in to comment.