[source] rpcd: iwinfo plugin fixes
LEDE Commits
lede-commits at lists.infradead.org
Wed Jun 29 15:40:37 PDT 2016
jow pushed a commit to source.git, branch master:
https://git.lede-project.org/?p=source.git;a=commitdiff;h=95d9330d572836f9e7cbc3217b56cb3acaf6b361
commit 95d9330d572836f9e7cbc3217b56cb3acaf6b361
Author: Jo-Philipp Wich <jo at mein.io>
AuthorDate: Thu Jun 30 00:40:21 2016 +0200
rpcd: iwinfo plugin fixes
- Expose supported HT rate information in info call
- Zero out ccode buffer when listing countries
Signed-off-by: Jo-Philipp Wich <jo at mein.io>
---
package/system/rpcd/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/system/rpcd/Makefile b/package/system/rpcd/Makefile
index ac90f56..554abfe 100644
--- a/package/system/rpcd/Makefile
+++ b/package/system/rpcd/Makefile
@@ -8,13 +8,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=rpcd
-PKG_VERSION:=2016-04-13
+PKG_VERSION:=2016-06-30
PKG_RELEASE=$(PKG_SOURCE_VERSION)
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL=$(LEDE_GIT)/project/rpcd.git
PKG_SOURCE_SUBDIR:=$(PKG_NAME)
-PKG_SOURCE_VERSION:=73aea9b8b621a1ce034bc6ee00c9d058a40c8a3d
+PKG_SOURCE_VERSION:=23417e94d25570e6d62542bac46edd51e8e0243a
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MAINTAINER:=Jo-Philipp Wich <jo at mein.io>
More information about the lede-commits
mailing list