Drop backports

These are some old drivers that we used to pull in from more recent
kernels.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2021-04-08 10:23:56 +00:00
parent e90ef935a5
commit 4330bf93be
12 changed files with 0 additions and 38834 deletions

View File

@@ -1196,7 +1196,6 @@ buildipfire() {
case "${BUILD_ARCH}" in
x86_64|aarch64)
lfsmake2 linux KCFG=""
# lfsmake2 backports KCFG=""
# lfsmake2 e1000e KCFG=""
# lfsmake2 igb KCFG=""
# lfsmake2 ixgbe KCFG=""
@@ -1206,7 +1205,6 @@ buildipfire() {
i586)
# x86 kernel build
lfsmake2 linux KCFG=""
# lfsmake2 backports KCFG=""
# lfsmake2 e1000e KCFG=""
# lfsmake2 igb KCFG=""
# lfsmake2 ixgbe KCFG=""
@@ -1217,7 +1215,6 @@ 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"