forked from openwrt/packages
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
9059b9a ubus: derive RSSI from measurement report Signed-off-by: David Bauer <[email protected]>
- Loading branch information
1 parent
ecd3a8a
commit 7967abf
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -3,13 +3,13 @@ | |
include $(TOPDIR)/rules.mk | ||
|
||
PKG_NAME:=usteer | ||
PKG_SOURCE_DATE:=2022-06-28 | ||
PKG_SOURCE_VERSION:=87de1ab6553cb9a4bdbae39621962d7f487d1788 | ||
PKG_SOURCE_DATE:=2022-07-21 | ||
PKG_SOURCE_VERSION:=9059b9a537b165d96b85b19c51d48389a5a5432e | ||
PKG_RELEASE:=1 | ||
|
||
PKG_SOURCE_PROTO:=git | ||
PKG_SOURCE_URL=https://git.openwrt.org/project/usteer.git | ||
PKG_MIRROR_HASH:=7e5fa1acabd888f7daf8ac2c3671560a44db42a27f273a2c04c3ca9225005869 | ||
PKG_MIRROR_HASH:=57113e31501add97bf22e42370db52cd6114072145b89a5f9f546861e05f8111 | ||
|
||
PKG_MAINTAINER:=David Bauer <[email protected]> | ||
PKG_LICENSE:=GPL-2.0-only | ||
|