mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 11:13:24 +02:00
Add kernel module for ASIX 88179 USB 3.0 network adapter.
http://forum.ipfire.org/index.php?topic=8220.0
This commit is contained in:
3
make.sh
3
make.sh
@@ -404,6 +404,7 @@ buildipfire() {
|
||||
ipfiremake r8101 KCFG="-pae"
|
||||
ipfiremake e1000e KCFG="-pae"
|
||||
ipfiremake igb KCFG="-pae"
|
||||
ipfiremake ax88179 KCFG="-pae"
|
||||
|
||||
# x86 kernel build
|
||||
ipfiremake linux KCFG=""
|
||||
@@ -417,6 +418,7 @@ buildipfire() {
|
||||
ipfiremake r8101 KCFG=""
|
||||
ipfiremake e1000e KCFG=""
|
||||
ipfiremake igb KCFG=""
|
||||
ipfiremake ax88179 KCFG=""
|
||||
|
||||
else
|
||||
# arm-rpi (Raspberry Pi) kernel build
|
||||
@@ -444,6 +446,7 @@ buildipfire() {
|
||||
ipfiremake r8101 KCFG="-kirkwood"
|
||||
ipfiremake e1000e KCFG="-kirkwood"
|
||||
ipfiremake igb KCFG="-kirkwood"
|
||||
ipfiremake ax88179 KCFG="-kirkwood"
|
||||
|
||||
fi
|
||||
ipfiremake pkg-config
|
||||
|
||||
Reference in New Issue
Block a user