kernel: enable pci modules in arm multiarch kernel.

This commit is contained in:
Arne Fitzenreiter
2014-02-26 18:00:44 +01:00
parent adce3f96fc
commit ce81f1eb3e
2 changed files with 472 additions and 240 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -438,6 +438,8 @@ buildipfire() {
# arm multi platform (Panda, Wandboard ...) kernel build
ipfiremake linux KCFG="-multi"
ipfiremake cryptodev KCFG="-multi"
ipfiremake e1000e KCFG="-multi"
ipfiremake igb KCFG="-multi"
# arm-kirkwood (Dreamplug, ICY-Box ...) kernel build
ipfiremake linux KCFG="-kirkwood"
@@ -448,8 +450,8 @@ buildipfire() {
# ipfiremake r8169 KCFG="-kirkwood"
# ipfiremake r8168 KCFG="-kirkwood"
# ipfiremake r8101 KCFG="-kirkwood"
# ipfiremake e1000e KCFG="-kirkwood"
# ipfiremake igb KCFG="-kirkwood"
# ipfiremake e1000e KCFG="-kirkwood"
ipfiremake igb KCFG="-kirkwood"
fi
ipfiremake pkg-config