mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-23 11:36:32 +01:00
fix: build payload-import compile later
This commit is contained in:
parent
3796b80e81
commit
53a7d33e2b
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,6 @@ define: BUILD_FIWIX = ( KERNEL_BOOTSTRAP == True || BUILD_KERNELS == True )
|
||||||
build: fiwix-1.5.0-lb1 ( BUILD_FIWIX == True )
|
build: fiwix-1.5.0-lb1 ( BUILD_FIWIX == True )
|
||||||
build: lwext4-1.0.0-lb1 ( BUILD_FIWIX == True )
|
build: lwext4-1.0.0-lb1 ( BUILD_FIWIX == True )
|
||||||
build: kexec-fiwix-1.0 ( BUILD_FIWIX == True )
|
build: kexec-fiwix-1.0 ( BUILD_FIWIX == True )
|
||||||
build: payload-import-1.0 ( KERNEL_BOOTSTRAP == True )
|
|
||||||
jump: fiwix ( KERNEL_BOOTSTRAP == True )
|
jump: fiwix ( KERNEL_BOOTSTRAP == True )
|
||||||
improve: reconfigure ( CONFIGURATOR != True )
|
improve: reconfigure ( CONFIGURATOR != True )
|
||||||
define: JOBS = 1 ( KERNEL_BOOTSTRAP == True )
|
define: JOBS = 1 ( KERNEL_BOOTSTRAP == True )
|
||||||
|
|
@ -116,6 +115,7 @@ build: findutils-4.2.33
|
||||||
build: musl-1.2.5
|
build: musl-1.2.5
|
||||||
build: linux-headers-4.14.341-openela
|
build: linux-headers-4.14.341-openela
|
||||||
build: gcc-4.0.4
|
build: gcc-4.0.4
|
||||||
|
build: payload-import-1.0 ( KERNEL_BOOTSTRAP == True )
|
||||||
build: util-linux-2.19.1
|
build: util-linux-2.19.1
|
||||||
build: e2fsprogs-1.45.7
|
build: e2fsprogs-1.45.7
|
||||||
build: dhcpcd-10.0.1
|
build: dhcpcd-10.0.1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue