summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-03-27 14:24:43 +0100
committerRichard Maw <richard.maw@codethink.co.uk>2012-03-27 14:24:43 +0100
commit510a977b4d322bb24afbacd1acb78766f2466746 (patch)
tree0ac9c7d7a21197cb40a2834b73de9b56cc335e0e
parent382f0e7138bbc144514c0081180745381479a707 (diff)
downloadmorphs-510a977b4d322bb24afbacd1acb78766f2466746.tar.gz
bootstrap: re-add linux to pass2
Kernel building runs depmod, which expects there to be a kernel installed, or /lib/modules at least.
-rw-r--r--bootstrap-pass2.morph4
1 files changed, 4 insertions, 0 deletions
diff --git a/bootstrap-pass2.morph b/bootstrap-pass2.morph
index f9e35dc..25830ed 100644
--- a/bootstrap-pass2.morph
+++ b/bootstrap-pass2.morph
@@ -159,6 +159,10 @@
"openssl",
"libexpat"
]
+ },
+ {
+ "name": "linux",
+ "ref": "baserock/morph"
}
]
}