]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - make.sh
ath10k-firmware: added
[ipfire-2.x.git] / make.sh
diff --git a/make.sh b/make.sh
index 67320cf4be7d42395f4ae0ec48d0d2848aa38dc3..ebce892ae7d9eb5b4e3c09726558d0b951495cbc 100755 (executable)
--- a/make.sh
+++ b/make.sh
@@ -25,8 +25,8 @@
 NAME="IPFire"                                                  # Software name
 SNAME="ipfire"                                                 # Short name
 VERSION="2.17"                                                 # Version number
-CORE="97"                                                      # Core Level (Filename)
-PAKFIRE_CORE="96"                                              # Core Level (PAKFIRE)
+CORE="100"                                                     # Core Level (Filename)
+PAKFIRE_CORE="99"                                              # 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,6 +400,7 @@ buildipfire() {
   ipfiremake unzip
   ipfiremake which
   ipfiremake linux-firmware
+  ipfiremake ath10k-firmware
   ipfiremake dvb-firmwares
   ipfiremake zd1211-firmware
   ipfiremake rpi-firmware
@@ -848,6 +849,7 @@ buildipfire() {
   ipfiremake ipset
   ipfiremake lua
   ipfiremake dnsdist
+  ipfiremake bird
 }
 
 buildinstaller() {