rpcd: fix missing option removal when merging subsequent uci set calls
authorJo-Philipp Wich <jow@openwrt.org>
Sun, 29 Sep 2013 11:53:25 +0000 (11:53 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sun, 29 Sep 2013 11:53:25 +0000 (11:53 +0000)
SVN-Revision: 38254

package/system/rpcd/Makefile

index 93610685eb830a93eceb9dfeb1990c50f8dbd95b..ef663a297b21a5920e3832faefe64e72fed285e3 100644 (file)
@@ -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>