mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 19:23:24 +02:00
Merge branch 'next'
This commit is contained in:
38
make.sh
38
make.sh
@@ -25,7 +25,7 @@
|
||||
NAME="IPFire" # Software name
|
||||
SNAME="ipfire" # Short name
|
||||
VERSION="2.5"
|
||||
CORE="30"
|
||||
CORE="31"
|
||||
GIT_BRANCH=master:master # Version number
|
||||
SLOGAN="www.ipfire.org" # Software slogan
|
||||
CONFIG_ROOT=/var/ipfire # Configuration rootdir
|
||||
@@ -338,17 +338,17 @@ buildipfire() {
|
||||
ipfiremake pptp
|
||||
ipfiremake unzip
|
||||
ipfiremake which
|
||||
ipfiremake linux XEN=1
|
||||
ipfiremake atl2 XEN=1
|
||||
ipfiremake hso XEN=1
|
||||
ipfiremake e1000e XEN=1
|
||||
ipfiremake kqemu XEN=1
|
||||
ipfiremake v4l-dvb XEN=1
|
||||
ipfiremake madwifi XEN=1
|
||||
# ipfiremake alsa XEN=1 KMOD=1
|
||||
ipfiremake openswan XEN=1 KMOD=1
|
||||
ipfiremake mISDN XEN=1
|
||||
ipfiremake compat-wireless XEN=1
|
||||
# ipfiremake linux XEN=1
|
||||
# ipfiremake atl2 XEN=1
|
||||
# ipfiremake hso XEN=1
|
||||
# ipfiremake e1000e XEN=1
|
||||
# ipfiremake kqemu XEN=1
|
||||
# ipfiremake v4l-dvb XEN=1
|
||||
# ipfiremake madwifi XEN=1
|
||||
## ipfiremake alsa XEN=1 KMOD=1
|
||||
# ipfiremake openswan XEN=1 KMOD=1
|
||||
# ipfiremake mISDN XEN=1
|
||||
# ipfiremake compat-wireless XEN=1
|
||||
ipfiremake linux
|
||||
ipfiremake atl2
|
||||
ipfiremake hso
|
||||
@@ -713,13 +713,13 @@ buildpackages() {
|
||||
|
||||
ipfirepackages
|
||||
|
||||
# Check if there is a loop device for building in virtual environments
|
||||
if [ -e /dev/loop/0 ] || [ -e /dev/loop0 ]; then
|
||||
cp -f $BASEDIR/packages/linux-xen-*.ipfire $LFS/install/packages/
|
||||
ipfiremake xen-image ED=$IPFVER
|
||||
rm -rf $LFS/install/packages/linux-xen-*.ipfire
|
||||
fi
|
||||
mv $LFS/install/images/*.bz2 $BASEDIR >> $LOGFILE 2>&1
|
||||
# # Check if there is a loop device for building in virtual environments
|
||||
# if [ -e /dev/loop/0 ] || [ -e /dev/loop0 ]; then
|
||||
# cp -f $BASEDIR/packages/linux-xen-*.ipfire $LFS/install/packages/
|
||||
# ipfiremake xen-image ED=$IPFVER
|
||||
# rm -rf $LFS/install/packages/linux-xen-*.ipfire
|
||||
# fi
|
||||
# mv $LFS/install/images/*.bz2 $BASEDIR >> $LOGFILE 2>&1
|
||||
|
||||
# Cleanup
|
||||
stdumount
|
||||
|
||||
Reference in New Issue
Block a user