From c5cdba44c7eb34b8d5d88c27b0e58aaf4d4c84ec Mon Sep 17 00:00:00 2001 From: Robert Seaton Date: Thu, 2 Jun 2011 13:03:26 -0500 Subject: Explicitly tells genkernel to build in Plan 9 support. Fixes build failure. --- installcd-2.6.31.config | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/installcd-2.6.31.config b/installcd-2.6.31.config index 654d9b4..8e36243 100644 --- a/installcd-2.6.31.config +++ b/installcd-2.6.31.config @@ -2783,4 +2783,10 @@ CONFIG_HAS_IOMEM=y CONFIG_HAS_IOPORT=y CONFIG_HAS_DMA=y CONFIG_CHECK_SIGNATURE=y -CONFIG_NLATTR=y \ No newline at end of file +CONFIG_NLATTR=y + +# +# Plan 9 support +# + +CONFIG_BINFMT_PLAN9=y \ No newline at end of file -- cgit v1.2.3-65-gdbad