Skip to content

Commit

Permalink
rpcd: iwinfo plugin fixes
Browse files Browse the repository at this point in the history
 - Expose supported HT rate information in info call
 - Zero out ccode buffer when listing countries

Signed-off-by: Jo-Philipp Wich <[email protected]>
  • Loading branch information
jow- committed Jun 29, 2016
1 parent 19aae09 commit 95d9330
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package/system/rpcd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>

Expand Down

0 comments on commit 95d9330

Please sign in to comment.