summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2013-09-16 16:09:19 +0100
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2013-09-16 16:09:19 +0100
commit635ad1134d5e3fccf8c9ec50983b8d39e1493ae9 (patch)
treea76befcf1d64f93fbbeaf13ba549b104729a3bff
parentefbd507e8a1916943ce66060c8e52e700ed3d874 (diff)
parent61c94d29cb619de24b1de94a7d720f10e3780eec (diff)
downloadlinux-635ad1134d5e3fccf8c9ec50983b8d39e1493ae9.tar.gz
Merge branch 'baserock/liw/wandboard_bsp' into baserock/arm/wandboard_bspbaserock/arm/wandboard_bsp
Tested by me, by building and deploying to wandboards. Reviewed-by: Jonathan Maw Reviewed-by: Richard Maw
-rw-r--r--linux.morph38
1 files changed, 38 insertions, 0 deletions
diff --git a/linux.morph b/linux.morph
index 6928bdc0e963..a02f721c80ec 100644
--- a/linux.morph
+++ b/linux.morph
@@ -3,6 +3,44 @@ kind: chunk
configure-commands:
- make ARCH=arm wandboard_defconfig
- scripts/config -e NAMESPACES
+ - scripts/config -e PACKET
+ - scripts/config -e SATA_AHCI
+ - scripts/config -e ATA_GENERIC
+ - scripts/config -e HAVE_IDE
+ - scripts/config -d BLK_DEV_IDE_SATA
+ - scripts/config -e BTRFS_FS
+ - scripts/config -e BTRFS_FS_POSIX_ACL
+ - scripts/config -e DEVTMPFS
+ - scripts/config -e DEVTMPFS_MOUNT
+ - scripts/config -e CGROUPS
+ - scripts/config -e AUTOFS4_FS
+ - scripts/config --set-str UEVENT_HELPER_PATH ''
+ - scripts/config -e EXT2_FS
+ - scripts/config -e EXT2_FS_XATTR
+ - scripts/config -e EXT2_FS_POSIX_ACL
+ - scripts/config -e EXT2_FS_SECURITY
+ - scripts/config -e EXT2_FS_XIP
+ - scripts/config -e EXT3_FS
+ - scripts/config -d EXT3_DEFAULTS_TO_ORDERED
+ - scripts/config -e EXT3_FS_XATTR
+ - scripts/config -e EXT3_FS_POSIX_ACL
+ - scripts/config -e EXT3_FS_SECURITY
+ - scripts/config -e EXT4_FS
+ - scripts/config -e EXT4_FS_XATTR
+ - scripts/config -e EXT4_FS_POSIX_ACL
+ - scripts/config -e EXT4_FS_SECURITY
+ - scripts/config -d EXT4_DEBUG
+ - scripts/config -d JBD_DEBUG
+ - scripts/config -d JBD2_DEBUG
+ - scripts/config -e BLK_DEV_LOOP
+ - scripts/config -d BLK_DEV_CRYPTOLOOP
+ - scripts/config --set-val BLK_DEV_LOOP_MIN_COUNT 8
+ - scripts/config -e IKCONFIG
+ - scripts/config -e IKCONFIG_PROC
+ - scripts/config -e SECCOMP
+ - scripts/config -d DEBUG_STACK_TRACE
+ - scripts/config -e NFSD
+ - scripts/config -e NFSD_V3
- yes '' | make oldconfig
build-commands:
- make $MAKEFLAGS ARCH=arm uImage