We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3796b80 commit 53a7d33Copy full SHA for 53a7d33
1 file changed
steps/manifest
@@ -40,7 +40,6 @@ define: BUILD_FIWIX = ( KERNEL_BOOTSTRAP == True || BUILD_KERNELS == True )
40
build: fiwix-1.5.0-lb1 ( BUILD_FIWIX == True )
41
build: lwext4-1.0.0-lb1 ( BUILD_FIWIX == True )
42
build: kexec-fiwix-1.0 ( BUILD_FIWIX == True )
43
-build: payload-import-1.0 ( KERNEL_BOOTSTRAP == True )
44
jump: fiwix ( KERNEL_BOOTSTRAP == True )
45
improve: reconfigure ( CONFIGURATOR != True )
46
define: JOBS = 1 ( KERNEL_BOOTSTRAP == True )
@@ -116,6 +115,7 @@ build: findutils-4.2.33
116
115
build: musl-1.2.5
117
build: linux-headers-4.14.341-openela
118
build: gcc-4.0.4
+build: payload-import-1.0 ( KERNEL_BOOTSTRAP == True )
119
build: util-linux-2.19.1
120
build: e2fsprogs-1.45.7
121
build: dhcpcd-10.0.1
0 commit comments