]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - make.sh
u-boot: fix typo in startscript
[ipfire-2.x.git] / make.sh
diff --git a/make.sh b/make.sh
index 691444cd9611c6187a1b32db0889018a49f8c001..7067b84bab35153819ac8cac187861900ccefadf 100755 (executable)
--- a/make.sh
+++ b/make.sh
@@ -1064,6 +1064,7 @@ buildipfire() {
   lfsmake2 libnetfilter_cthelper
   lfsmake2 libnetfilter_cttimeout
   lfsmake2 iptables
+  lfsmake2 screen
   lfsmake2 elfutils
 
   case "${BUILD_ARCH}" in
@@ -1297,7 +1298,7 @@ buildipfire() {
   lfsmake2 mc
   lfsmake2 wget
   lfsmake2 bridge-utils
-  lfsmake2 screen
+#  lfsmake2 screen
   lfsmake2 smartmontools
   lfsmake2 htop
   lfsmake2 chkconfig
@@ -1554,7 +1555,6 @@ buildpackages() {
   modprobe loop 2>/dev/null
   if [ $BUILD_IMAGES == 1 ] && ([ -e /dev/loop/0 ] || [ -e /dev/loop0 ] || [ -e "/dev/loop-control" ]); then
        lfsmake2 flash-images
-       lfsmake2 flash-images SCON=1
   fi
 
   mv $LFS/install/images/{*.iso,*.tgz,*.img.gz,*.bz2} $BASEDIR >> $LOGFILE 2>&1