From 2dcdb55d05d8c7a3c7a1eae744194c8809f853bf Mon Sep 17 00:00:00 2001 From: dietsche Date: Sat, 3 Dec 2016 00:43:59 -0600 Subject: x86_64: Add kmod-igb as a default package I'm running an Intel i340-t4 four port gigabit card on my router. Adding this package to the x86-64 build means that this card and other common Intel cards supported by the kmod-igb kernel module will work out of the box. Signed-off-by: Greg Dietsche --- target/linux/x86/64/target.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/x86/64/target.mk b/target/linux/x86/64/target.mk index df62e4a28f..4c49dbee19 100644 --- 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 ARCH_PACKAGES:=x86_64 MAINTAINER:=Imre Kaloz -- cgit v1.2.3