mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 11:13:24 +02:00
Merge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into asterisk-update
Conflicts: config/etc/logrotate.conf config/rootfiles/packages/asterisk
This commit is contained in:
24
make.sh
24
make.sh
@@ -26,7 +26,7 @@ NAME="IPFire" # Software name
|
||||
SNAME="ipfire" # Short name
|
||||
VERSION="2.15" # Version number
|
||||
CORE="80" # Core Level (Filename)
|
||||
PAKFIRE_CORE="79" # Core Level (PAKFIRE)
|
||||
PAKFIRE_CORE="80" # 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
|
||||
@@ -385,9 +385,6 @@ buildipfire() {
|
||||
export LOGFILE
|
||||
ipfiremake configroot
|
||||
ipfiremake backup
|
||||
ipfiremake bind
|
||||
ipfiremake dhcp
|
||||
ipfiremake dhcpcd
|
||||
ipfiremake libusb
|
||||
ipfiremake libusbx
|
||||
ipfiremake libpcap
|
||||
@@ -459,17 +456,21 @@ buildipfire() {
|
||||
;;
|
||||
esac
|
||||
ipfiremake pkg-config
|
||||
ipfiremake openssl
|
||||
ipfiremake openssl-compat
|
||||
ipfiremake libgpg-error
|
||||
ipfiremake libgcrypt
|
||||
ipfiremake libassuan
|
||||
ipfiremake bind
|
||||
ipfiremake dhcp
|
||||
ipfiremake dhcpcd
|
||||
ipfiremake boost
|
||||
ipfiremake linux-atm
|
||||
ipfiremake cpio
|
||||
ipfiremake dracut
|
||||
ipfiremake expat
|
||||
ipfiremake gdbm
|
||||
ipfiremake pam
|
||||
ipfiremake openssl
|
||||
ipfiremake openssl-compat
|
||||
ipfiremake libgpg-error
|
||||
ipfiremake libgcrypt
|
||||
ipfiremake libassuan
|
||||
ipfiremake curl
|
||||
ipfiremake tcl
|
||||
ipfiremake sqlite
|
||||
@@ -508,6 +509,7 @@ buildipfire() {
|
||||
ipfiremake arping
|
||||
ipfiremake beep
|
||||
ipfiremake dvdrtools
|
||||
ipfiremake nettle
|
||||
ipfiremake dnsmasq
|
||||
ipfiremake dosfstools
|
||||
ipfiremake reiserfsprogs
|
||||
@@ -614,6 +616,7 @@ buildipfire() {
|
||||
ipfiremake foomatic
|
||||
ipfiremake hplip
|
||||
ipfiremake cifs-utils
|
||||
ipfiremake krb5
|
||||
ipfiremake samba
|
||||
ipfiremake sudo
|
||||
ipfiremake mc
|
||||
@@ -763,6 +766,7 @@ buildipfire() {
|
||||
ipfiremake python-progressbar
|
||||
ipfiremake python-xattr
|
||||
ipfiremake intltool
|
||||
ipfiremake ddns
|
||||
ipfiremake transmission
|
||||
ipfiremake dpfhack
|
||||
ipfiremake lcd4linux
|
||||
@@ -805,6 +809,8 @@ buildipfire() {
|
||||
ipfiremake iotop
|
||||
ipfiremake stunnel
|
||||
ipfiremake sslscan
|
||||
ipfiremake owncloud
|
||||
ipfiremake bacula
|
||||
}
|
||||
|
||||
buildinstaller() {
|
||||
|
||||
Reference in New Issue
Block a user