mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 19:23:24 +02:00
UPNP.CGI hinzugefuegt
SAMBA.CGI von Maniakikarus hinzugefuegt Bootskripte bearbeitet IPFIRE-DEVEL erstellt. git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@410 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
7
make.sh
7
make.sh
@@ -33,7 +33,7 @@ KVER=`grep --max-count=1 VER lfs/linux | awk '{ print $3 }'`
|
||||
MACHINE=`uname -m`
|
||||
SVN_REVISION=`svn info | grep Revision | cut -c 11-`
|
||||
|
||||
IPFVER="full" # Which version should be compiled? (full|light|voice)
|
||||
IPFVER="full devel" # Which version should be compiled? (full|light|voice|devel)
|
||||
|
||||
# Set an information about the build number
|
||||
if [ -e ./.svn ]; then
|
||||
@@ -575,7 +575,10 @@ buildpackages() {
|
||||
beautify message DONE
|
||||
|
||||
# Create images for install
|
||||
ipfiremake cdrom
|
||||
for i in $IPFVER
|
||||
do
|
||||
ipfiremake cdrom ED=$i
|
||||
done
|
||||
ipfiremake pxe
|
||||
cp -f $LFS/install/images/{*.iso,*.tgz} $BASEDIR >> $LOGFILE 2>&1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user