mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-26 10:52:57 +02:00
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:
3
make.sh
3
make.sh
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user