-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
6 additions
and
2 deletions.
There are no files selected for viewing
1 change: 1 addition & 0 deletions
1
packages/shared-state-ref_state_commons/files/lib/upgrade/keep.d/shared-state-ref-state
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/etc/shared-state/ref_state/ |
4 changes: 4 additions & 0 deletions
4
packages/shared-state-ref_state_commons/files/uci-defaults/90-shared-state-ref-persistence
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|