mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
kernel: add config for aarch64
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
12
make.sh
12
make.sh
@@ -1137,6 +1137,17 @@ buildipfire() {
|
||||
# lfsmake2 backports KCFG="-multi"
|
||||
# lfsmake2 e1000e KCFG="-multi"
|
||||
# lfsmake2 igb KCFG="-multi"
|
||||
# lfsmake2 ixgbe KCFG="-multi"
|
||||
lfsmake2 xtables-addons KCFG="-multi"
|
||||
lfsmake2 linux-initrd KCFG="-multi"
|
||||
;;
|
||||
|
||||
aarch64)
|
||||
# arm multi platform (RPi3, OrangePi PC2 ...) kernel build
|
||||
lfsmake2 linux KCFG="-multi"
|
||||
# lfsmake2 backports KCFG="-multi"
|
||||
# lfsmake2 e1000e KCFG="-multi"
|
||||
# lfsmake2 igb KCFG="-multi"
|
||||
# lfsmake2 ixgbe KCFG="-multi"
|
||||
lfsmake2 xtables-addons KCFG="-multi"
|
||||
lfsmake2 linux-initrd KCFG="-multi"
|
||||
@@ -1323,7 +1334,6 @@ buildipfire() {
|
||||
lfsmake2 mc
|
||||
lfsmake2 wget
|
||||
lfsmake2 bridge-utils
|
||||
# lfsmake2 screen
|
||||
lfsmake2 smartmontools
|
||||
lfsmake2 htop
|
||||
lfsmake2 chkconfig
|
||||
|
||||
Reference in New Issue
Block a user