]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - make.sh
Add lcdproc to make.sh.
[people/teissler/ipfire-2.x.git] / make.sh
diff --git a/make.sh b/make.sh
index e427929dc7a54a64ed96c015c984f6473999b308..d3567a3771af26e1b5a361ffa4a3e1fd41eff885 100755 (executable)
--- a/make.sh
+++ b/make.sh
@@ -25,8 +25,8 @@
 NAME="IPFire"                                                  # Software name
 SNAME="ipfire"                                                 # Short name
 VERSION="2.13"                                                 # Version number
-CORE="67"                                                      # Core Level (Filename)
-PAKFIRE_CORE="66"                                              # Core Level (PAKFIRE)
+CORE="69"                                                      # Core Level (Filename)
+PAKFIRE_CORE="68"                                              # Core Level (PAKFIRE)
 GIT_BRANCH=`git status | head -n1 | cut -d" " -f4`             # Git Branch
 SLOGAN="www.ipfire.org"                                                # Software slogan
 CONFIG_ROOT=/var/ipfire                                                # Configuration rootdir
@@ -404,6 +404,7 @@ buildipfire() {
     ipfiremake r8101                   KCFG="-pae"
     ipfiremake e1000e                  KCFG="-pae"
     ipfiremake igb                     KCFG="-pae"
+    ipfiremake ax88179                 KCFG="-pae"
 
     # x86 kernel build
     ipfiremake linux                   KCFG=""
@@ -417,6 +418,7 @@ buildipfire() {
     ipfiremake r8101                   KCFG=""
     ipfiremake e1000e                  KCFG=""
     ipfiremake igb                     KCFG=""
+    ipfiremake ax88179                 KCFG=""
 
   else
     # arm-rpi (Raspberry Pi) kernel build
@@ -444,6 +446,7 @@ buildipfire() {
     ipfiremake r8101                   KCFG="-kirkwood"
     ipfiremake e1000e                  KCFG="-kirkwood"
     ipfiremake igb                     KCFG="-kirkwood"
+    ipfiremake ax88179                 KCFG="-kirkwood"
 
   fi
   ipfiremake pkg-config
@@ -664,6 +667,9 @@ buildipfire() {
   ipfiremake faad2
   ipfiremake ffmpeg
   ipfiremake vdr
+  ipfiremake vdr_streamdev
+  ipfiremake vdr_vnsiserver3
+  ipfiremake vdr_epgsearch
   ipfiremake w_scan
   ipfiremake icecast
   ipfiremake icegenerator
@@ -697,6 +703,7 @@ buildipfire() {
   ipfiremake mediatomb
   ipfiremake sslh
   ipfiremake perl-gettext
+  ipfiremake perl-Sort-Naturally
   ipfiremake vdradmin
   ipfiremake miau
   ipfiremake netsnmpd
@@ -760,6 +767,10 @@ buildipfire() {
   ipfiremake avahi
   ipfiremake nginx
   ipfiremake sendEmail
+  ipfiremake sysbench
+  ipfiremake strace
+  ipfiremake ipfire-netboot
+  ipfiremake lcdproc
   echo Build on $HOSTNAME > $BASEDIR/build/var/ipfire/firebuild
   cat /proc/version >> $BASEDIR/build/var/ipfire/firebuild
   echo >> $BASEDIR/build/var/ipfire/firebuild