]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - make.sh
New package spice
[ipfire-2.x.git] / make.sh
diff --git a/make.sh b/make.sh
index bed9230da9e682ea9b3de452285f29bf3e9160ab..da4bf161e37125b9208a947121c70f06e1c8dd9d 100755 (executable)
--- a/make.sh
+++ b/make.sh
@@ -24,9 +24,9 @@
 
 NAME="IPFire"                                                  # Software name
 SNAME="ipfire"                                                 # Short name
-VERSION="2.17"                                                 # Version number
+VERSION="2.19"                                                 # Version number
 CORE="100"                                                     # Core Level (Filename)
-PAKFIRE_CORE="98"                                              # Core Level (PAKFIRE)
+PAKFIRE_CORE="100"                                             # Core Level (PAKFIRE)
 GIT_BRANCH=`git rev-parse --abbrev-ref HEAD`                   # Git Branch
 SLOGAN="www.ipfire.org"                                                # Software slogan
 CONFIG_ROOT=/var/ipfire                                                # Configuration rootdir
@@ -400,7 +400,9 @@ buildipfire() {
   ipfiremake unzip
   ipfiremake which
   ipfiremake linux-firmware
+  ipfiremake ath10k-firmware
   ipfiremake dvb-firmwares
+  ipfiremake mt7601u-firmware
   ipfiremake zd1211-firmware
   ipfiremake rpi-firmware
   ipfiremake bc
@@ -848,6 +850,7 @@ buildipfire() {
   ipfiremake ipset
   ipfiremake lua
   ipfiremake dnsdist
+  ipfiremake bird
 }
 
 buildinstaller() {