mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-26 10:52:57 +02:00
Merge remote-tracking branch 'origin/next' into install-raid
This commit is contained in:
29
make.sh
29
make.sh
@@ -25,8 +25,8 @@
|
||||
NAME="IPFire" # Software name
|
||||
SNAME="ipfire" # Short name
|
||||
VERSION="2.15" # Version number
|
||||
CORE="79" # Core Level (Filename)
|
||||
PAKFIRE_CORE="79" # Core Level (PAKFIRE)
|
||||
CORE="82" # Core Level (Filename)
|
||||
PAKFIRE_CORE="81" # 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
|
||||
@@ -384,9 +384,6 @@ buildipfire() {
|
||||
export LOGFILE
|
||||
ipfiremake configroot
|
||||
ipfiremake backup
|
||||
ipfiremake bind
|
||||
ipfiremake dhcp
|
||||
ipfiremake dhcpcd
|
||||
ipfiremake libusb
|
||||
ipfiremake libusbx
|
||||
ipfiremake libpcap
|
||||
@@ -461,12 +458,19 @@ 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 expat
|
||||
ipfiremake gdbm
|
||||
ipfiremake pam
|
||||
ipfiremake openssl
|
||||
ipfiremake openssl-compat
|
||||
ipfiremake curl
|
||||
ipfiremake tcl
|
||||
ipfiremake sqlite
|
||||
@@ -474,6 +478,7 @@ buildipfire() {
|
||||
ipfiremake fireinfo
|
||||
ipfiremake libnet
|
||||
ipfiremake libnl
|
||||
ipfiremake libnl-3
|
||||
ipfiremake libidn
|
||||
ipfiremake nasm
|
||||
ipfiremake libjpeg
|
||||
@@ -506,6 +511,7 @@ buildipfire() {
|
||||
ipfiremake arping
|
||||
ipfiremake beep
|
||||
ipfiremake dvdrtools
|
||||
ipfiremake nettle
|
||||
ipfiremake dnsmasq
|
||||
ipfiremake dosfstools
|
||||
ipfiremake reiserfsprogs
|
||||
@@ -612,6 +618,7 @@ buildipfire() {
|
||||
ipfiremake foomatic
|
||||
ipfiremake hplip
|
||||
ipfiremake cifs-utils
|
||||
ipfiremake krb5
|
||||
ipfiremake samba
|
||||
ipfiremake sudo
|
||||
ipfiremake mc
|
||||
@@ -759,6 +766,7 @@ buildipfire() {
|
||||
ipfiremake python-progressbar
|
||||
ipfiremake python-xattr
|
||||
ipfiremake intltool
|
||||
ipfiremake ddns
|
||||
ipfiremake transmission
|
||||
ipfiremake dpfhack
|
||||
ipfiremake lcd4linux
|
||||
@@ -769,8 +777,6 @@ buildipfire() {
|
||||
ipfiremake fping
|
||||
ipfiremake telnet
|
||||
ipfiremake xinetd
|
||||
ipfiremake libgpg-error
|
||||
ipfiremake libassuan
|
||||
ipfiremake gpgme
|
||||
ipfiremake pygpgme
|
||||
ipfiremake pakfire3
|
||||
@@ -803,6 +809,11 @@ buildipfire() {
|
||||
ipfiremake iotop
|
||||
ipfiremake stunnel
|
||||
ipfiremake sslscan
|
||||
ipfiremake owncloud
|
||||
ipfiremake bacula
|
||||
ipfiremake batctl
|
||||
ipfiremake perl-PDF-API2
|
||||
ipfiremake squid-accounting
|
||||
}
|
||||
|
||||
buildinstaller() {
|
||||
|
||||
Reference in New Issue
Block a user