diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2015-05-17 12:16:27 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2015-05-17 12:16:27 +0000 |
commit | 62b1ce098aa59caa8647e18d24912976ac1d2d16 (patch) | |
tree | 3d8356190575cbd9139b98ff7d74f01f0ee61147 | |
parent | 63bb7c51dbc7aeee8d0c3b00c8045befdce9e35a (diff) | |
download | upstream-62b1ce098aa59caa8647e18d24912976ac1d2d16.tar.gz upstream-62b1ce098aa59caa8647e18d24912976ac1d2d16.tar.bz2 upstream-62b1ce098aa59caa8647e18d24912976ac1d2d16.zip |
rpcd: unload package after uci reverts
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 45695
-rw-r--r-- | package/system/rpcd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/system/rpcd/Makefile b/package/system/rpcd/Makefile index ffe885ad5a..ad4a542a8c 100644 --- a/package/system/rpcd/Makefile +++ b/package/system/rpcd/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=rpcd -PKG_VERSION:=2015-04-14 +PKG_VERSION:=2015-05-17 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:=9a6bfa110a5f8caa10951921b63bafdbb6e97d33 +PKG_SOURCE_VERSION:=3d655417ab44d93aad56a6d4a668daf24b127b84 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org> |