]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - make.sh
suricata: Introduce basic initscript
[ipfire-2.x.git] / make.sh
diff --git a/make.sh b/make.sh
index 89b83b3ab227a54977065f77a2cf18b64f7206cd..531ba801ca3d85221d09ce467e8c54444009843a 100755 (executable)
--- a/make.sh
+++ b/make.sh
@@ -25,7 +25,7 @@
 NAME="IPFire"                                                  # Software name
 SNAME="ipfire"                                                 # Short name
 VERSION="2.21"                                                 # Version number
-CORE="122"                                                     # Core Level (Filename)
+CORE="123"                                                     # Core Level (Filename)
 PAKFIRE_CORE="122"                                             # Core Level (PAKFIRE)
 GIT_BRANCH=`git rev-parse --abbrev-ref HEAD`                   # Git Branch
 SLOGAN="www.ipfire.org"                                                # Software slogan
@@ -1093,7 +1093,7 @@ buildipfire() {
   lfsmake2 elfutils
 
   case "${BUILD_ARCH}" in
-       x86_64)
+       x86_64|aarch64)
                lfsmake2 linux                  KCFG=""
 #              lfsmake2 backports                      KCFG=""
 #              lfsmake2 e1000e                 KCFG=""
@@ -1137,17 +1137,6 @@ buildipfire() {
 #              lfsmake2 backports                      KCFG="-multi"
 #              lfsmake2 e1000e                 KCFG="-multi"
 #              lfsmake2 igb                            KCFG="-multi"
-#              lfsmake2 ixgbe                  KCFG="-multi"
-               lfsmake2 xtables-addons         KCFG="-multi"
-               lfsmake2 linux-initrd                   KCFG="-multi"
-               ;;
-
-       aarch64)
-               # arm multi platform (RPi3, OrangePi PC2 ...) kernel build
-               lfsmake2 linux                  KCFG="-multi"
-#              lfsmake2 backports                      KCFG="-multi"
-#              lfsmake2 e1000e                 KCFG="-multi"
-#              lfsmake2 igb                            KCFG="-multi"
 #              lfsmake2 ixgbe                  KCFG="-multi"
                lfsmake2 xtables-addons         KCFG="-multi"
                lfsmake2 linux-initrd                   KCFG="-multi"
@@ -1301,6 +1290,9 @@ buildipfire() {
   lfsmake2 libdnet
   lfsmake2 daq
   lfsmake2 snort
+  lfsmake2 yaml
+  lfsmake2 libhtp
+  lfsmake2 suricata
   lfsmake2 oinkmaster
   lfsmake2 squid
   lfsmake2 squidguard
@@ -1545,6 +1537,7 @@ buildipfire() {
   lfsmake2 iftop
   lfsmake2 mdns-repeater
   lfsmake2 i2c-tools
+  lfsmake2 nss-myhostname
 }
 
 buildinstaller() {