]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - make.sh
Add David Woodhouse's firmware package.
[ipfire-2.x.git] / make.sh
diff --git a/make.sh b/make.sh
index 8d79f1da0df3b7d20ace1186d6a047dd55c706b2..7121005e77c163130cbbcfa272b680a580150798 100755 (executable)
--- a/make.sh
+++ b/make.sh
@@ -36,7 +36,7 @@ KVER=`grep --max-count=1 VER lfs/linux | awk '{ print $3 }'`
 MACHINE=`uname -m`
 GIT_TAG=$(git tag | tail -1)                                   # Git Tag
 GIT_LASTCOMMIT=$(git log | head -n1 | cut -d" " -f2 |head -c8) # Last commit
-TOOLCHAINVER=1
+TOOLCHAINVER=2
 IPFVER="full"                          # Which versions should be compiled? (full|devel)
 
 # Debian specific settings
@@ -341,6 +341,7 @@ buildipfire() {
   ipfiremake unzip
   ipfiremake which
   ipfiremake xz
+  ipfiremake linux-firmware
   ipfiremake linux                     XEN=1
   ipfiremake kqemu                     XEN=1
   #ipfiremake kvm-kmod                 XEN=1
@@ -563,6 +564,7 @@ buildipfire() {
   ipfiremake fbset
   ipfiremake sdl
   ipfiremake qemu
+  ipfiremake qemu-kqemu
   ipfiremake sane
   ipfiremake netpbm
   ipfiremake phpSANE