All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] configs/qemu: enable tmpfs for or1k
@ 2017-01-27 13:01 Gustavo Zacarias
  2017-01-27 13:41 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: Gustavo Zacarias @ 2017-01-27 13:01 UTC (permalink / raw)
  To: buildroot

This is used by buildroot default initscripts and results in some ugly
errors on startup otherwise.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 board/qemu/or1k/linux-4.9.config | 1 +
 1 file changed, 1 insertion(+)

diff --git a/board/qemu/or1k/linux-4.9.config b/board/qemu/or1k/linux-4.9.config
index 5ba03c3..0a817b1 100644
--- a/board/qemu/or1k/linux-4.9.config
+++ b/board/qemu/or1k/linux-4.9.config
@@ -14,6 +14,7 @@ CONFIG_IP_MULTICAST=y
 # CONFIG_WIRELESS is not set
 CONFIG_DEVTMPFS=y
 CONFIG_DEVTMPFS_MOUNT=y
+CONFIG_TMPFS=y
 CONFIG_NETDEVICES=y
 CONFIG_ETHOC=y
 # CONFIG_WLAN is not set
-- 
2.10.2

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Buildroot] [PATCH] configs/qemu: enable tmpfs for or1k
  2017-01-27 13:01 [Buildroot] [PATCH] configs/qemu: enable tmpfs for or1k Gustavo Zacarias
@ 2017-01-27 13:41 ` Peter Korsgaard
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2017-01-27 13:41 UTC (permalink / raw)
  To: buildroot

>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

 > This is used by buildroot default initscripts and results in some ugly
 > errors on startup otherwise.

 > Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-01-27 13:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-27 13:01 [Buildroot] [PATCH] configs/qemu: enable tmpfs for or1k Gustavo Zacarias
2017-01-27 13:41 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.