mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 11:13:24 +02:00
Drop unused Intel out-of-tree network drivers
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
9
make.sh
9
make.sh
@@ -1196,18 +1196,12 @@ buildipfire() {
|
||||
case "${BUILD_ARCH}" in
|
||||
x86_64|aarch64)
|
||||
lfsmake2 linux KCFG=""
|
||||
# lfsmake2 e1000e KCFG=""
|
||||
# lfsmake2 igb KCFG=""
|
||||
# lfsmake2 ixgbe KCFG=""
|
||||
lfsmake2 xtables-addons KCFG=""
|
||||
lfsmake2 linux-initrd KCFG=""
|
||||
;;
|
||||
i586)
|
||||
# x86 kernel build
|
||||
lfsmake2 linux KCFG=""
|
||||
# lfsmake2 e1000e KCFG=""
|
||||
# lfsmake2 igb KCFG=""
|
||||
# lfsmake2 ixgbe KCFG=""
|
||||
lfsmake2 xtables-addons KCFG=""
|
||||
lfsmake2 linux-initrd KCFG=""
|
||||
;;
|
||||
@@ -1215,9 +1209,6 @@ buildipfire() {
|
||||
armv5tel)
|
||||
# arm multi platform (Panda, Wandboard ...) kernel build
|
||||
lfsmake2 linux KCFG="-multi"
|
||||
# lfsmake2 e1000e KCFG="-multi"
|
||||
# lfsmake2 igb KCFG="-multi"
|
||||
# lfsmake2 ixgbe KCFG="-multi"
|
||||
lfsmake2 xtables-addons KCFG="-multi"
|
||||
lfsmake2 linux-initrd KCFG="-multi"
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user