diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-07-18 14:42:18 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-07-18 14:42:18 +0000 |
commit | 5ce02632d134add521a3e584e7543cbfeee5d2d4 (patch) | |
tree | 561dba1da545f14af901293cebff95c006174db5 | |
parent | 354a8353902a38971407e669d212f0c456f9af68 (diff) | |
download | master-31e0f0ae-5ce02632d134add521a3e584e7543cbfeee5d2d4.tar.gz master-31e0f0ae-5ce02632d134add521a3e584e7543cbfeee5d2d4.tar.bz2 master-31e0f0ae-5ce02632d134add521a3e584e7543cbfeee5d2d4.zip |
procd: update to the latest version, fixes hotplug firmware loading issues
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 41735
-rw-r--r-- | package/system/procd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/system/procd/Makefile b/package/system/procd/Makefile index 6c8a9d23d6..b0535500c2 100644 --- a/package/system/procd/Makefile +++ b/package/system/procd/Makefile @@ -8,14 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=procd -PKG_VERSION:=2014-07-02 +PKG_VERSION:=2014-07-18 PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=git://nbd.name/luci2/procd.git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_VERSION:=619ec82ececcbe9b9d1ca18ac6bc7c5c68c96825 +PKG_SOURCE_VERSION:=fb60df0eb16d4300efabda72249598d0748439e2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz CMAKE_INSTALL:=1 |