|
From: <abe...@us...> - 2017-05-27 14:07:49
|
Revision: 8347
http://sourceforge.net/p/astlinux/code/8347
Author: abelbeck
Date: 2017-05-27 14:07:46 +0000 (Sat, 27 May 2017)
Log Message:
-----------
runnix and runnix-iso, enable virtio_net, only adds 8 KB to image, even though VM's offer a console, an SSH session is often more convenient
Modified Paths:
--------------
branches/1.0/project/runnix/geni586/linux.config
branches/1.0/project/runnix-iso/geni586/linux.config
Modified: branches/1.0/project/runnix/geni586/linux.config
===================================================================
--- branches/1.0/project/runnix/geni586/linux.config 2017-05-27 02:23:29 UTC (rev 8346)
+++ branches/1.0/project/runnix/geni586/linux.config 2017-05-27 14:07:46 UTC (rev 8347)
@@ -981,7 +981,7 @@
# CONFIG_NET_POLL_CONTROLLER is not set
# CONFIG_TUN is not set
# CONFIG_VETH is not set
-# CONFIG_VIRTIO_NET is not set
+CONFIG_VIRTIO_NET=y
# CONFIG_NLMON is not set
# CONFIG_ARCNET is not set
@@ -2525,6 +2525,6 @@
CONFIG_DQL=y
CONFIG_NLATTR=y
CONFIG_ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE=y
-# CONFIG_AVERAGE is not set
+CONFIG_AVERAGE=y
# CONFIG_CORDIC is not set
# CONFIG_DDR is not set
Modified: branches/1.0/project/runnix-iso/geni586/linux.config
===================================================================
--- branches/1.0/project/runnix-iso/geni586/linux.config 2017-05-27 02:23:29 UTC (rev 8346)
+++ branches/1.0/project/runnix-iso/geni586/linux.config 2017-05-27 14:07:46 UTC (rev 8347)
@@ -982,7 +982,7 @@
# CONFIG_NET_POLL_CONTROLLER is not set
# CONFIG_TUN is not set
# CONFIG_VETH is not set
-# CONFIG_VIRTIO_NET is not set
+CONFIG_VIRTIO_NET=y
# CONFIG_NLMON is not set
# CONFIG_ARCNET is not set
@@ -2526,6 +2526,6 @@
CONFIG_DQL=y
CONFIG_NLATTR=y
CONFIG_ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE=y
-# CONFIG_AVERAGE is not set
+CONFIG_AVERAGE=y
# CONFIG_CORDIC is not set
# CONFIG_DDR is not set
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|