summaryrefslogtreecommitdiffstats
path: root/package/system/rpcd
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2013-09-29 11:53:25 +0000
committerJo-Philipp Wich <jow@openwrt.org>2013-09-29 11:53:25 +0000
commita94b5fbd5cdce6874c67d40d305509cde79f5e15 (patch)
treed9f3bea34e6453dabcc4df17022d64a955584dab /package/system/rpcd
parentd11315e7c63418477ef43a004abec8d30f28bba3 (diff)
downloadmaster-31e0f0ae-a94b5fbd5cdce6874c67d40d305509cde79f5e15.tar.gz
master-31e0f0ae-a94b5fbd5cdce6874c67d40d305509cde79f5e15.tar.bz2
master-31e0f0ae-a94b5fbd5cdce6874c67d40d305509cde79f5e15.zip
rpcd: fix missing option removal when merging subsequent uci set calls
SVN-Revision: 38254
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 93610685eb..ef663a297b 100644
--- a/package/system/rpcd/Makefile
+++ b/package/system/rpcd/Makefile
@@ -8,13 +8,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=rpcd
-PKG_VERSION:=2013-09-13
+PKG_VERSION:=2013-09-29
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:=a23010d4072f01aa525e99f726ce49792c908473
+PKG_SOURCE_VERSION:=095b1058c8cb1147d11028974be4067009bcfd67
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org>