fstools: update to latest git HEAD
this fixes extroot on mvebu Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 45341
This commit is contained in:
parent
7b98f71f09
commit
19b239d643
1 changed files with 2 additions and 2 deletions
|
@ -8,14 +8,14 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=fstools
|
||||
PKG_VERSION:=2015-03-30
|
||||
PKG_VERSION:=2015-04-10
|
||||
|
||||
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:=a5fa5b6144253726dcd7e769197eed787a723f5f
|
||||
PKG_SOURCE_VERSION:=cc526b9dd7471270dae586433ec610760df54cc0
|
||||
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