Drop unused Intel out-of-tree network drivers

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2021-04-08 10:25:35 +00:00
parent 4330bf93be
commit 42a074e1b4
4 changed files with 0 additions and 265 deletions

View File

@@ -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"
;;