fstools: update to latest git
adds support for /dev/vd* virtual io Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 42812
This commit is contained in:
parent
619de2faf2
commit
635c9d7a25
1 changed files with 2 additions and 2 deletions
|
@ -8,14 +8,14 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=fstools
|
||||
PKG_VERSION:=2014-06-22
|
||||
PKG_VERSION:=2014-10-06
|
||||
|
||||
PKG_RELEASE=$(PKG_SOURCE_VERSION)
|
||||
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_URL:=git://nbd.name/fstools.git
|
||||
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
|
||||
PKG_SOURCE_VERSION:=e0430f5c62f367e5a8e02755412977b02c3fc45e
|
||||
PKG_SOURCE_VERSION:=04f863c7d831a18d388db980cc85b2bac37b3c8d
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
|
||||
CMAKE_INSTALL:=1
|
||||
PKG_CHECK_FORMAT_SECURITY:=0
|
||||
|
|
Loading…
Reference in a new issue