diff options
author | Alberto Bursi <alberto.bursi@outlook.it> | 2018-12-23 06:41:39 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2019-01-02 22:12:19 +0100 |
commit | 9c4f903999d8303eba5e1972c6afe5ae7e2a9d39 (patch) | |
tree | 873d0210a0b59dcea1a003f0312e12746ac51772 | |
parent | 359f5e539036db4f7ac69a6d1c3fb7fe70266ffd (diff) | |
download | upstream-9c4f903999d8303eba5e1972c6afe5ae7e2a9d39.tar.gz upstream-9c4f903999d8303eba5e1972c6afe5ae7e2a9d39.tar.bz2 upstream-9c4f903999d8303eba5e1972c6afe5ae7e2a9d39.zip |
x86: enable kmod-bnx2 on 64-bit by default
Gigabit ethernet adapters using BCM5706/5708/5709/5716 chipset are
common on servers and as easy/cheap to get as Intel based ones.
Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
-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 a3420b89b2..5dd0015a03 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 kmod-igb +DEFAULT_PACKAGES += kmod-button-hotplug kmod-e1000e kmod-e1000 kmod-r8169 kmod-igb kmod-bnx2 define Target/Description Build images for 64 bit systems including virtualized guests. |