diff options
author | dietsche <greg@gregd.org> | 2016-12-03 00:43:59 -0600 |
---|---|---|
committer | Greg Dietsche <Gregory.Dietsche@cuw.edu> | 2016-12-05 09:22:33 -0600 |
commit | 2dcdb55d05d8c7a3c7a1eae744194c8809f853bf (patch) | |
tree | ed5948a9fa967c0aa21750c6aa779c8d67e43e35 | |
parent | 931ce956c9e8a36b8198b062bebd1a8428749ca6 (diff) | |
download | master-187ad058-2dcdb55d05d8c7a3c7a1eae744194c8809f853bf.tar.gz master-187ad058-2dcdb55d05d8c7a3c7a1eae744194c8809f853bf.tar.bz2 master-187ad058-2dcdb55d05d8c7a3c7a1eae744194c8809f853bf.zip |
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 <Gregory.Dietsche@cuw.edu>
-rw-r--r-- | target/linux/x86/64/target.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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 <kaloz@openwrt.org> |