aboutsummaryrefslogtreecommitdiffstats
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
commit47c2eb403df21a29e44c5ddc37401fc95329ad24 (patch)
tree48274ec47cb959fb26b35cdff65c6634fccb033e /package/system/rpcd
parent1a8c47b1f33ea0e9f49e471544a1974bd29da0f8 (diff)
downloadmaster-187ad058-47c2eb403df21a29e44c5ddc37401fc95329ad24.tar.gz
master-187ad058-47c2eb403df21a29e44c5ddc37401fc95329ad24.tar.bz2
master-187ad058-47c2eb403df21a29e44c5ddc37401fc95329ad24.zip
rpcd: fix missing option removal when merging subsequent uci set calls
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38254 3c298f89-4303-0410-b956-a3cf2f4a3e73
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>