summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Maw <jonathan.maw@codethink.co.uk>2013-06-03 16:22:29 +0100
committerJonathan Maw <jonathan.maw@codethink.co.uk>2013-06-03 16:22:29 +0100
commitd810db67e2dbcec697338bbdde1805a6816d8f74 (patch)
treea32f3c3241e15af1c23267a5de3e6331947bad2e
parentdfab53f4882b26fb7543525b6a5989387bf25f82 (diff)
downloadlinux-d810db67e2dbcec697338bbdde1805a6816d8f74.tar.gz
Make kernel config more like highbank-be
-rw-r--r--linux.morph7
1 files changed, 7 insertions, 0 deletions
diff --git a/linux.morph b/linux.morph
index 97c268d33101..b4d5e8036a16 100644
--- a/linux.morph
+++ b/linux.morph
@@ -4,7 +4,10 @@
"configure-commands": [
"make multi_v7_defconfig",
"scripts/config -e AUTOFS4_FS",
+ "scripts/config -e BLK_DEV_LOOP",
"scripts/config -e CGROUPS",
+ "scripts/config -e CONFIG_POSIX_MQUEUE",
+ "scripts/config -e CPU_IDLE",
"scripts/config -e EXT2_FS",
"scripts/config -e EXT2_FS_XATTR",
"scripts/config -e EXT3_FS",
@@ -16,7 +19,9 @@
"scripts/config -e IP_PNP",
"scripts/config -e IP_PNP_DHCP",
"scripts/config -e IP_PNP_BOOTP",
+ "scripts/config -e MSDOS_FS",
"scripts/config -e NETWORK_FILESYSTEMS",
+ "scripts/config -e NET_KEY",
"scripts/config -e NFS_FS",
"scripts/config -e NFS_V3",
"scripts/config -e ROOT_NFS",
@@ -24,6 +29,7 @@
"scripts/config -e LOCKD_V4",
"scripts/config -e NFS_COMMON",
"scripts/config -e SUNRPC",
+ "scripts/config -e SYSVIPC",
"scripts/config -e BTRFS_FS",
"scripts/config -e DEVTMPFS",
"scripts/config -e DEVTMPFS_MOUNT",
@@ -32,6 +38,7 @@
"scripts/config -e IKCONFIG_PROC",
"scripts/config -e TMPFS",
"scripts/config -e TMPFS_POSIX_ACL",
+ "scripts/config -e VFAT_FS",
"yes '' | make oldconfig"
],
"build-commands": [