summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Brewer <benbrewer@codethink.co.uk>2012-11-26 15:07:06 +0000
committerBen Brewer <benbrewer@codethink.co.uk>2012-11-26 15:07:06 +0000
commit8092993d68fb341040c2a487024d86139d8e948f (patch)
tree7a2f9861db341353d9fd20bd3852fe032c71ab10
parentcee28384e85a695bd37e436873a8e99997f58a5c (diff)
downloadlinux-baserock/genivi/af-bus-3.7-morph.tar.gz
Add kernel flags required for AF_BUSbaserock/genivi/af-bus-3.7-morph
-rw-r--r--linux.morph4
1 files changed, 3 insertions, 1 deletions
diff --git a/linux.morph b/linux.morph
index ed815601fa92..d137a24b90aa 100644
--- a/linux.morph
+++ b/linux.morph
@@ -84,7 +84,9 @@
"scripts/config -d CONFIG_TOUCHSCREEN_WM97XX",
"scripts/config -d CONFIG_SND_AC97_POWER_SAVE",
"scripts/config -e CONFIG_FUSE_FS",
- "scripts/config -e CONFIG_CUSE"
+ "scripts/config -e CONFIG_CUSE",
+ "scripts/config -e CONFIG_AF_BUS",
+ "scripts/config -e NETFILTER_DBUS"
],
"build-commands": [
"make"