Skip to content

Commit 53a7d33

Browse files
committed
fix: build payload-import compile later
1 parent 3796b80 commit 53a7d33

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

steps/manifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ define: BUILD_FIWIX = ( KERNEL_BOOTSTRAP == True || BUILD_KERNELS == True )
4040
build: fiwix-1.5.0-lb1 ( BUILD_FIWIX == True )
4141
build: lwext4-1.0.0-lb1 ( BUILD_FIWIX == True )
4242
build: kexec-fiwix-1.0 ( BUILD_FIWIX == True )
43-
build: payload-import-1.0 ( KERNEL_BOOTSTRAP == True )
4443
jump: fiwix ( KERNEL_BOOTSTRAP == True )
4544
improve: reconfigure ( CONFIGURATOR != True )
4645
define: JOBS = 1 ( KERNEL_BOOTSTRAP == True )
@@ -116,6 +115,7 @@ build: findutils-4.2.33
116115
build: musl-1.2.5
117116
build: linux-headers-4.14.341-openela
118117
build: gcc-4.0.4
118+
build: payload-import-1.0 ( KERNEL_BOOTSTRAP == True )
119119
build: util-linux-2.19.1
120120
build: e2fsprogs-1.45.7
121121
build: dhcpcd-10.0.1

0 commit comments

Comments
 (0)