mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
make.sh: Adjust build order to proper build udev (systemd)
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org> Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
committed by
Michael Tremer
parent
e174a9594b
commit
b68136940a
20
make.sh
20
make.sh
@@ -1103,11 +1103,11 @@ buildipfire() {
|
||||
lfsmake2 backup
|
||||
lfsmake2 rust
|
||||
lfsmake2 openssl
|
||||
lfsmake2 kmod
|
||||
lfsmake2 udev
|
||||
lfsmake2 popt
|
||||
lfsmake2 libedit
|
||||
lfsmake2 libusb
|
||||
lfsmake2 pam
|
||||
lfsmake2 libcap
|
||||
lfsmake2 libcap-ng
|
||||
lfsmake2 libpcap
|
||||
lfsmake2 ppp
|
||||
lfsmake2 pptp
|
||||
@@ -1116,11 +1116,7 @@ buildipfire() {
|
||||
lfsmake2 bc
|
||||
lfsmake2 u-boot MKIMAGE=1
|
||||
lfsmake2 cpio
|
||||
lfsmake2 mdadm
|
||||
lfsmake2 dracut
|
||||
lfsmake2 libaio
|
||||
lfsmake2 lvm2
|
||||
lfsmake2 multipath-tools
|
||||
lfsmake2 freetype
|
||||
lfsmake2 libmnl
|
||||
lfsmake2 libnfnetlink
|
||||
@@ -1148,6 +1144,13 @@ buildipfire() {
|
||||
lfsmake2 python3-Jinja2
|
||||
lfsmake2 ninja
|
||||
lfsmake2 meson
|
||||
lfsmake2 kmod
|
||||
lfsmake2 udev
|
||||
lfsmake2 libusb
|
||||
lfsmake2 mdadm
|
||||
lfsmake2 dracut
|
||||
lfsmake2 lvm2
|
||||
lfsmake2 multipath-tools
|
||||
lfsmake2 glib
|
||||
lfsmake2 libgudev
|
||||
lfsmake2 libgpg-error
|
||||
@@ -1167,7 +1170,6 @@ buildipfire() {
|
||||
lfsmake2 boost
|
||||
lfsmake2 linux-atm
|
||||
lfsmake2 libqmi
|
||||
lfsmake2 pam
|
||||
lfsmake2 c-ares
|
||||
lfsmake2 rust-dissimilar
|
||||
lfsmake2 rust-cfg-if
|
||||
@@ -1293,8 +1295,6 @@ buildipfire() {
|
||||
lfsmake2 slang
|
||||
lfsmake2 newt
|
||||
lfsmake2 libsmooth
|
||||
lfsmake2 libcap
|
||||
lfsmake2 libcap-ng
|
||||
lfsmake2 pciutils
|
||||
lfsmake2 usbutils
|
||||
lfsmake2 libxml2
|
||||
|
||||
Reference in New Issue
Block a user