index
:
openwrt.git
OpenWrt Source Repository
log msg
author
committer
range
feature/odhcpd_odhcp6c_udhcpc-capsdrop
linksys3200ac-master
master
about
summary
refs
log
tree
commit
diff
path:
root
/
package
/
boot
/
uboot-mediatek
/
patches
/
120-use-xz-instead-of-lzma.patch
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'package/boot/uboot-mediatek/patches/120-use-xz-instead-of-lzma.patch')
-rw-r--r--
package/boot/uboot-mediatek/patches/120-use-xz-instead-of-lzma.patch
2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/boot/uboot-mediatek/patches/120-use-xz-instead-of-lzma.patch b/package/boot/uboot-mediatek/patches/120-use-xz-instead-of-lzma.patch
index d33b0b93a0..4dfe506267 100644
--- a/
package/boot/uboot-mediatek/patches/120-use-xz-instead-of-lzma.patch
+++ b/
package/boot/uboot-mediatek/patches/120-use-xz-instead-of-lzma.patch
@@ -1,6 +1,6 @@
--- a/Makefile
+++ b/Makefile
-@@ -1008,7 +1008,7 @@ quiet_cmd_pad_cat = CAT $@
+@@ -1004,7 +1004,7 @@ quiet_cmd_pad_cat = CAT $@
cmd_pad_cat = $(cmd_objcopy) && $(append) || { rm -f $@; false; }
quiet_cmd_lzma = LZMA $@