]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - make.sh
New package libpciaccess
[ipfire-2.x.git] / make.sh
diff --git a/make.sh b/make.sh
index 9e34f9857200b8b83fa05ada233bd7916cb0c441..a8ca7a597e54c65d1556b3c896e6ccb818a170fb 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="101"                                                     # Core Level (Filename)
-PAKFIRE_CORE="101"                                             # Core Level (PAKFIRE)
+CORE="103"                                                     # Core Level (Filename)
+PAKFIRE_CORE="102"                                             # 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
@@ -260,7 +260,7 @@ buildtoolchain() {
             ;;
 
         # ARM
-        armv5tel:armv5tel|armv5tel:armv5tejl|armv5tel:armv6l|armv5tel:armv7l)
+        armv5tel:armv5tel|armv5tel:armv5tejl|armv5tel:armv6l|armv5tel:armv7l|armv5tel:aarch64)
             # These are working.
             ;;
         armv5tel:*)
@@ -340,7 +340,6 @@ buildbase() {
     lfsmake2 iana-etc
     lfsmake2 m4
     lfsmake2 bison
-    lfsmake2 ncurses-compat
     lfsmake2 ncurses
     lfsmake2 procps
     lfsmake2 libtool
@@ -679,7 +678,8 @@ buildipfire() {
   ipfiremake tcpwrapper
   ipfiremake libevent
   ipfiremake libevent2
-  ipfiremake portmap
+  ipfiremake libtirpc
+  ipfiremake rpcbind
   ipfiremake nfs
   ipfiremake gnu-netcat
   ipfiremake ncat
@@ -863,6 +863,8 @@ buildipfire() {
   ipfiremake dmidecode
   ipfiremake mcelog
   ipfiremake rtpproxy
+  ipfiremake util-macros
+  ipfiremake libpciaccess
 }
 
 buildinstaller() {