summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-11-30 17:27:34 +0000
committerJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-11-30 17:27:34 +0000
commit942daa2e0ae4f77d9495b88f0507bf5bf9a022b1 (patch)
treeb38845e6c071b707a4b6de2fdb23075dba7f86e3
parentaa50a5c03c5255adb6348b440ea14cd84e28673f (diff)
downloadlinux-942daa2e0ae4f77d9495b88f0507bf5bf9a022b1.tar.gz
Fix a syntax error in linux.morph
-rw-r--r--linux.morph2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux.morph b/linux.morph
index 31c75d7feb76..a2d737b43b23 100644
--- a/linux.morph
+++ b/linux.morph
@@ -89,7 +89,7 @@
"scripts/config -e CONFIG_FUSE_FS",
"scripts/config -e CONFIG_CUSE",
"scripts/config -e CONFIG_AF_BUS",
- "scripts/config -e NETFILTER_DBUS"
+ "scripts/config -e NETFILTER_DBUS",
"yes '' | make oldconfig"
],
"build-commands": [