diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2015-05-26 09:25:30 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2015-05-26 09:25:30 +0000 |
commit | df23709f165b2e74e398080f1c0706d011263412 (patch) | |
tree | 1bbf1d4e62b578079cdbf955f01c34c337afe837 /tools/mtd-utils/patches/200-libubigen-add-ubigen_write_terminator-function.patch | |
parent | a621b8c28404c402cf4b42e9b0b28a76b98fae0e (diff) | |
download | mtk-20170518-df23709f165b2e74e398080f1c0706d011263412.zip mtk-20170518-df23709f165b2e74e398080f1c0706d011263412.tar.gz mtk-20170518-df23709f165b2e74e398080f1c0706d011263412.tar.bz2 |
tools/mtd-utils: upgrade to latest git
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 45760
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 | 4 |
1 files changed, 2 insertions, 2 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 8bd642f..95ce1e9 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/src/libubigen.c -+++ b/ubi-utils/src/libubigen.c +--- a/ubi-utils/libubigen.c ++++ b/ubi-utils/libubigen.c @@ -122,8 +122,9 @@ int ubigen_add_volume(const struct ubige return 0; } |