fstools: update to latest git HEAD
fixes issues with semi-initialized overlay partitions during firstboot Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 45440
This commit is contained in:
parent
911cf6da60
commit
88593747cc
1 changed files with 2 additions and 2 deletions
|
@ -8,14 +8,14 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=fstools
|
||||
PKG_VERSION:=2015-04-12
|
||||
PKG_VERSION:=2015-04-14
|
||||
|
||||
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:=cf8056385c287b98c70376034f0bfc59cc9261ed
|
||||
PKG_SOURCE_VERSION:=e6004000ff15d7bd32cf5663e8690fc94d7ec747
|
||||
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