summaryrefslogtreecommitdiffstats
path: root/package/system/rpcd
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-10-20 13:55:11 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-10-20 13:55:11 +0000
commit2abd1b817eab90f1304a6deeeca1b264c169a86d (patch)
tree6bb6de50a867dfc2dc97fdd33f38839203a5b689 /package/system/rpcd
parent9d1b619cb1a7dd18cd12cab0d9f93452b10e2e11 (diff)
downloadmaster-31e0f0ae-2abd1b817eab90f1304a6deeeca1b264c169a86d.tar.gz
master-31e0f0ae-2abd1b817eab90f1304a6deeeca1b264c169a86d.tar.bz2
master-31e0f0ae-2abd1b817eab90f1304a6deeeca1b264c169a86d.zip
rpcd: add 802.11ac for iwinfo
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43005
Diffstat (limited to 'package/system/rpcd')
-rw-r--r--package/system/rpcd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/system/rpcd/Makefile b/package/system/rpcd/Makefile
index cb55ab34bd..ad6fb7b28e 100644
--- a/package/system/rpcd/Makefile
+++ b/package/system/rpcd/Makefile
@@ -8,13 +8,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=rpcd
-PKG_VERSION:=2014-10-04
+PKG_VERSION:=2014-10-20
PKG_RELEASE=$(PKG_SOURCE_VERSION)
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=git://nbd.name/luci2/rpcd.git
PKG_SOURCE_SUBDIR:=$(PKG_NAME)
-PKG_SOURCE_VERSION:=ed7d16a3e0953a02655d76b2a864b37192a0844c
+PKG_SOURCE_VERSION:=d99e8adc4fbcf9e7a0b36df05ee1bccbedd45a2a
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org>