]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/qemu
initrd: Reset compression to normal level.
[people/pmueller/ipfire-2.x.git] / lfs / qemu
index 2b87ce14ff8011e7aa18c55dcdf843689df44da4..7925f0d3b8301102150070700911280a438fd8c2 100644 (file)
--- a/lfs/qemu
+++ b/lfs/qemu
 
 include Config
 
-VER        = 0.11.0
+VER        = 0.12.3
 
-THISAPP    = qemu-kvm-$(VER)
+THISAPP    = qemu-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
 DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = qemu
-PAK_VER    = 8
+PAK_VER    = 10
 
 DEPS       = "sdl"
 
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 440837a062967102a68e634d57eaf719
+$(DL_FILE)_MD5 = d215e4568650e8019816397174c090e1
 
 install : $(TARGET)
 
@@ -77,10 +77,8 @@ $(subst %,%_MD5,$(objects)) :
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
-       
        cd $(DIR_APP) && ./configure --prefix=/usr \
-               --target-list="i386-linux-user i386-softmmu ppc-softmmu ppc-linux-user"
-               
+               --target-list="i386-linux-user i386-softmmu"
        cd $(DIR_APP) && make $(MAKETUNING)
        cd $(DIR_APP) && make install
        @rm -rf $(DIR_APP)