]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
configs/qemu: fix networking for sparc64
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Tue, 17 Nov 2015 16:37:13 +0000 (13:37 -0300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 17 Nov 2015 20:20:48 +0000 (21:20 +0100)
It contained a typo that prevented the driver from being built.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
board/qemu/sparc64-sun4u/linux-4.3.config

index 7eda705a443881c06910292d3146e5165615ad23..0e1e16879d2a678e210d3f4ce3f627b47e6a7726 100644 (file)
@@ -15,7 +15,7 @@ CONFIG_BLK_DEV_SD=y
 CONFIG_ATA=y
 CONFIG_PATA_CMD64X=y
 CONFIG_NETDEVICES=y
-CONFIG_E1000_PCI=y
+CONFIG_E1000=y
 CONFIG_SERIAL_SUNSU=y
 CONFIG_SERIAL_SUNSU_CONSOLE=y
 CONFIG_EXT4_FS=y