projects
/
openwrt
/
staging
/
hauke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5088dc
)
x86: enable kmod-igb on 64-bit by default
author
Felix Fietkau
<nbd@nbd.name>
Sun, 3 Jul 2016 17:43:16 +0000
(19:43 +0200)
committer
Felix Fietkau
<nbd@nbd.name>
Sun, 3 Jul 2016 17:43:18 +0000
(19:43 +0200)
It is used on APU2 devices
Signed-off-by: Felix Fietkau <nbd@nbd.name>
target/linux/x86/64/target.mk
patch
|
blob
|
history
diff --git
a/target/linux/x86/64/target.mk
b/target/linux/x86/64/target.mk
index 64976983c306df8bc2bf657c871e044a767a206c..a3420b89b2f69de434a6b070208856a6db34eab4 100644
(file)
--- a/
target/linux/x86/64/target.mk
+++ b/
target/linux/x86/64/target.mk
@@
-1,6
+1,6
@@
ARCH:=x86_64
BOARDNAME:=x86_64
-DEFAULT_PACKAGES += kmod-button-hotplug kmod-e1000e kmod-e1000 kmod-r8169
+DEFAULT_PACKAGES += kmod-button-hotplug kmod-e1000e kmod-e1000 kmod-r8169
kmod-igb
define Target/Description
Build images for 64 bit systems including virtualized guests.