diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2018-04-15 19:25:17 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2018-04-28 15:29:13 +0200 |
commit | c7cd166479b77e2d799da175282bed4b9521eb42 (patch) | |
tree | aabcd9d86041147c9165f40b6d7277b3b62635aa /tools/mtd-utils/patches/200-libubigen-add-ubigen_write_terminator-function.patch | |
parent | bf167f8a9a75894a4d7300755f141ec7cb8bc37d (diff) | |
download | mtk-20170518-c7cd166479b77e2d799da175282bed4b9521eb42.zip mtk-20170518-c7cd166479b77e2d799da175282bed4b9521eb42.tar.gz mtk-20170518-c7cd166479b77e2d799da175282bed4b9521eb42.tar.bz2 |
tools/mtd-utils: update to version 2.0.2
This version now uses autotools to configure the build system. They are
also using the newly added zlib package.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Tested-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'tools/mtd-utils/patches/200-libubigen-add-ubigen_write_terminator-function.patch')
-rw-r--r-- | tools/mtd-utils/patches/200-libubigen-add-ubigen_write_terminator-function.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/mtd-utils/patches/200-libubigen-add-ubigen_write_terminator-function.patch b/tools/mtd-utils/patches/200-libubigen-add-ubigen_write_terminator-function.patch index 95ce1e9..d95ece1 100644 --- a/tools/mtd-utils/patches/200-libubigen-add-ubigen_write_terminator-function.patch +++ b/tools/mtd-utils/patches/200-libubigen-add-ubigen_write_terminator-function.patch @@ -1,5 +1,5 @@ ---- a/ubi-utils/libubigen.c -+++ b/ubi-utils/libubigen.c +--- a/lib/libubigen.c ++++ b/lib/libubigen.c @@ -122,8 +122,9 @@ int ubigen_add_volume(const struct ubige return 0; } @@ -75,8 +75,8 @@ return 0; out_free: ---- a/ubi-utils/include/libubigen.h -+++ b/ubi-utils/include/libubigen.h +--- a/include/libubigen.h ++++ b/include/libubigen.h @@ -188,6 +188,9 @@ int ubigen_write_layout_vol(const struct long long ec1, long long ec2, struct ubi_vtbl_record *vtbl, int fd); |