]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - make.sh
Merge branch 'core104' into next
[ipfire-2.x.git] / make.sh
diff --git a/make.sh b/make.sh
index 5ef6f3e4e26b9d88b8ebb258116a588156d54cec..1c832d016fd8757fd722cc2a5addb81a0b3f4d42 100755 (executable)
--- a/make.sh
+++ b/make.sh
@@ -26,7 +26,7 @@ NAME="IPFire"                                                 # Software name
 SNAME="ipfire"                                                 # Short name
 VERSION="2.19"                                                 # Version number
 CORE="104"                                                     # Core Level (Filename)
-PAKFIRE_CORE="103"                                             # Core Level (PAKFIRE)
+PAKFIRE_CORE="104"                                             # 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
@@ -708,6 +708,7 @@ buildipfire() {
   ipfiremake spice-protocol
   ipfiremake spice
   ipfiremake sdl
+  ipfiremake libusbredir
   ipfiremake qemu
   ipfiremake sane
   ipfiremake netpbm
@@ -870,7 +871,9 @@ buildipfire() {
   ipfiremake libyajl
   ipfiremake libvirt
   ipfiremake freeradius
+  ipfiremake perl-common-sense
   ipfiremake perl-inotify2
+  ipfiremake perl-Net-IP
 }
 
 buildinstaller() {