mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 19:23:24 +02:00
backports: disabled on x86_64.
There is a duplicate kernel modul symbol in compat layer so backports modules will not load. I will debug this at next kernel update. Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
4
make.sh
4
make.sh
@@ -421,10 +421,10 @@ buildipfire() {
|
||||
case "${TARGET_ARCH}" in
|
||||
x86_64)
|
||||
ipfiremake linux KCFG=""
|
||||
ipfiremake backports KCFG=""
|
||||
# ipfiremake backports KCFG=""
|
||||
ipfiremake cryptodev KCFG=""
|
||||
ipfiremake e1000e KCFG=""
|
||||
# ipfiremake igb KCFG=""
|
||||
ipfiremake igb KCFG=""
|
||||
ipfiremake ixgbe KCFG=""
|
||||
ipfiremake xtables-addons KCFG=""
|
||||
ipfiremake linux-initrd KCFG=""
|
||||
|
||||
Reference in New Issue
Block a user