mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 03:33:25 +02:00
backports: enable build on x86_64.
backports 4.1.1-1 is not stable so we need to stay on the older version. 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