mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 11:13:24 +02:00
kernel: updated arm config and image build
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
26
make.sh
26
make.sh
@@ -1096,23 +1096,23 @@ buildipfire() {
|
||||
;;
|
||||
|
||||
armv5tel)
|
||||
# arm multi platform (Panda, Wandboard ...) 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"
|
||||
|
||||
# arm-kirkwood (Dreamplug, ICY-Box ...) kernel build
|
||||
lfsmake2 linux KCFG="-kirkwood"
|
||||
lfsmake2 backports KCFG="-kirkwood"
|
||||
lfsmake2 e1000e KCFG="-kirkwood"
|
||||
lfsmake2 igb KCFG="-kirkwood"
|
||||
lfsmake2 ixgbe KCFG="-kirkwood"
|
||||
# lfsmake2 backports KCFG="-kirkwood"
|
||||
# lfsmake2 e1000e KCFG="-kirkwood"
|
||||
# lfsmake2 igb KCFG="-kirkwood"
|
||||
# lfsmake2 ixgbe KCFG="-kirkwood"
|
||||
lfsmake2 xtables-addons KCFG="-kirkwood"
|
||||
lfsmake2 linux-initrd KCFG="-kirkwood"
|
||||
|
||||
# arm multi platform (Panda, Wandboard ...) 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"
|
||||
;;
|
||||
esac
|
||||
lfsmake2 xtables-addons USPACE="1"
|
||||
|
||||
Reference in New Issue
Block a user