]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - make.sh
Add all new packages (opus, python-pyparsing, python-six, spice-protocol, spice)...
[ipfire-2.x.git] / make.sh
diff --git a/make.sh b/make.sh
index 67320cf4be7d42395f4ae0ec48d0d2848aa38dc3..8784dff0d1e57904082e8f445787e7f0a194df04 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
-CORE="97"                                                      # Core Level (Filename)
-PAKFIRE_CORE="96"                                              # Core Level (PAKFIRE)
+VERSION="2.19"                                                 # Version number
+CORE="100"                                                     # Core Level (Filename)
+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
@@ -694,6 +696,11 @@ buildipfire() {
   ipfiremake elinks
   ipfiremake igmpproxy
   ipfiremake fbset
+  ipfiremake opus
+  ipfiremake python-six
+  ipfiremake python-pyparsing
+  ipfiremake spice-protocol
+  ipfiremake spice
   ipfiremake sdl
   ipfiremake qemu
   ipfiremake sane
@@ -848,6 +855,7 @@ buildipfire() {
   ipfiremake ipset
   ipfiremake lua
   ipfiremake dnsdist
+  ipfiremake bird
 }
 
 buildinstaller() {