aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Seaton <seatonr@dupage.edu>2011-06-02 13:03:26 -0500
committerRobert Seaton <seatonr@dupage.edu>2011-06-02 13:03:26 -0500
commitc5cdba44c7eb34b8d5d88c27b0e58aaf4d4c84ec (patch)
tree08265792cc01c68cf712b82fda3dbfe4ffe0424e
parentUse newer stage3 tarball. (diff)
downloadglentoo-c5cdba44c7eb34b8d5d88c27b0e58aaf4d4c84ec.tar.gz
glentoo-c5cdba44c7eb34b8d5d88c27b0e58aaf4d4c84ec.tar.bz2
glentoo-c5cdba44c7eb34b8d5d88c27b0e58aaf4d4c84ec.zip
Explicitly tells genkernel to build in Plan 9 support. Fixes build failure.
-rw-r--r--installcd-2.6.31.config8
1 files changed, 7 insertions, 1 deletions
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