mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-21 06:33:41 +00:00
12 lines
288 B
Diff
12 lines
288 B
Diff
|
--- a/Makefile
|
||
|
+++ b/Makefile
|
||
|
@@ -1008,7 +1008,7 @@ quiet_cmd_pad_cat = CAT $@
|
||
|
cmd_pad_cat = $(cmd_objcopy) && $(append) || { rm -f $@; false; }
|
||
|
|
||
|
quiet_cmd_lzma = LZMA $@
|
||
|
-cmd_lzma = lzma -c -z -k -9 $< > $@
|
||
|
+cmd_lzma = xz --format=lzma -c -z -k -9 $< > $@
|
||
|
|
||
|
cfg: u-boot.cfg
|
||
|
|