mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-03-02 15:34:05 +01:00
imagewrite: use correct JFFS2 clean marker on little-endian systems, refs #8452
This commit is contained in:
parent
70597bb8de
commit
e11fef0a1d
1 changed files with 2 additions and 2 deletions
|
|
@ -9,10 +9,10 @@ include $(TOPDIR)/rules.mk
|
|||
|
||||
PKG_NAME:=mtd-utils
|
||||
PKG_VERSION:=1.5.1
|
||||
PKG_RELEASE:=2
|
||||
PKG_RELEASE:=3
|
||||
PKG_INSTALL:=1
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_VERSION:=6d4e751fd861dea1f494b1a91768b3bf401bbab5
|
||||
PKG_SOURCE_VERSION:=ba97a0ae50fda81cf7f5a5f3a6cf4a1807383ae5
|
||||
|
||||
ifeq ($(CONFIG_BCM_OPEN),y)
|
||||
PKG_SOURCE_URL:=http://ihgsp.inteno.se/git/mtd-utils
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue