mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-02 01:08:05 +00:00
35f208da3c
forcedeth is necessary to use the integrated ethernet controller of Nvidia nForce chipset. There are PC motherboards with this chipset from 2001 that run 32bit Athlon XP CPUs and more modern ones up to 2009 that can run Intel and AMD 64bit processors, so add this to all non-geode x86 targets. Signed-off-by: Alberto Bursi <bobafetthotmail@gmail.com>
9 lines
240 B
Makefile
9 lines
240 B
Makefile
ARCH:=x86_64
|
|
BOARDNAME:=x86_64
|
|
DEFAULT_PACKAGES += kmod-button-hotplug kmod-e1000e kmod-e1000 kmod-r8169 \
|
|
kmod-igb kmod-bnx2 forcedeth
|
|
|
|
define Target/Description
|
|
Build images for 64 bit systems including virtualized guests.
|
|
endef
|