]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - make.sh
freeradius: New package
[ipfire-2.x.git] / make.sh
diff --git a/make.sh b/make.sh
index c23beaa5a01be98a8f41c7fb14db3e04069b9405..3adf6d395fce7b6a42f844435b482b5f93248c13 100755 (executable)
--- a/make.sh
+++ b/make.sh
@@ -25,8 +25,8 @@
 NAME="IPFire"                                                  # Software name
 SNAME="ipfire"                                                 # Short name
 VERSION="2.19"                                                 # Version number
-CORE="103"                                                     # Core Level (Filename)
-PAKFIRE_CORE="102"                                             # Core Level (PAKFIRE)
+CORE="104"                                                     # Core Level (Filename)
+PAKFIRE_CORE="103"                                             # 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
@@ -350,10 +350,10 @@ buildbase() {
     lfsmake2 perl
     lfsmake2 readline
     lfsmake2 readline-compat
+    lfsmake2 bzip2
     lfsmake2 pcre
     lfsmake2 pcre-compat
     lfsmake2 bash
-    lfsmake2 bzip2
     lfsmake2 diffutils
     lfsmake2 e2fsprogs
     lfsmake2 ed
@@ -869,6 +869,7 @@ buildipfire() {
   ipfiremake libpciaccess
   ipfiremake libyajl
   ipfiremake libvirt
+  ipfiremake freeradius
 }
 
 buildinstaller() {