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:
Michael Tremer
2013-05-25 16:36:48 +02:00
parent b3acd7b850
commit bdda6fa3e6
2 changed files with 85 additions and 0 deletions

View File

@@ -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