]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - make.sh
images: make iso to hybrid image and removed usb-images.
[people/teissler/ipfire-2.x.git] / make.sh
diff --git a/make.sh b/make.sh
index 53fbb3559db3902c4c9770640f5aba02a78d13ba..df95e44e35e359ef386fcfb94f90d2b93f3d219f 100755 (executable)
--- a/make.sh
+++ b/make.sh
@@ -856,9 +856,6 @@ buildpackages() {
 
   # Check if there is a loop device for building in virtual environments
   if [ $BUILD_IMAGES == 1 ] && ([ -e /dev/loop/0 ] || [ -e /dev/loop0 ]); then
-       if [ "${MACHINE_TYPE}" != "arm" ]; then
-               ipfiremake usb-stick
-       fi
        ipfiremake flash-images
   fi