projects
/
openwrt
/
staging
/
robimarko.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6cd5fb7
)
ar71xx: image: use MkuImageGzip in Image/Build/AthGzip/initramfs
author
Gabor Juhos
<juhosg@openwrt.org>
Tue, 27 Mar 2012 19:38:08 +0000
(19:38 +0000)
committer
Gabor Juhos
<juhosg@openwrt.org>
Tue, 27 Mar 2012 19:38:08 +0000
(19:38 +0000)
SVN-Revision: 31113
target/linux/ar71xx/image/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/ar71xx/image/Makefile
b/target/linux/ar71xx/image/Makefile
index 0790e25e1ae51ff6ac5651c72134e11334b192c7..efd2ceafcb1935a78cce85f352f9614e8c7a4c48 100644
(file)
--- a/
target/linux/ar71xx/image/Makefile
+++ b/
target/linux/ar71xx/image/Makefile
@@
-232,7
+232,7
@@
define Image/Build/AthGzip
endef
define Image/Build/AthGzip/initramfs
- $(call MkuImage
Lzma
,$(2),$(3) $($(4)))
+ $(call MkuImage
Gzip
,$(2),$(3) $($(4)))
$(CP) $(KDIR_TMP)/vmlinux-$(2).uImage $(call imgname,$(1),$(2))-uImage.bin
endef