summaryrefslogtreecommitdiff
path: root/linux.morph
diff options
context:
space:
mode:
Diffstat (limited to 'linux.morph')
-rw-r--r--linux.morph22
1 files changed, 22 insertions, 0 deletions
diff --git a/linux.morph b/linux.morph
new file mode 100644
index 000000000000..0b0db764f010
--- /dev/null
+++ b/linux.morph
@@ -0,0 +1,22 @@
+{
+ "name": "linux",
+ "kind": "chunk",
+ "configure-commands": [
+ "make armada_xp_defconfig",
+ "scripts/config -e BTRFS_FS",
+ "scripts/config -e BTRFS_FS_POSIX_ACL",
+ "scripts/config -d BTRFS_FS_CHECK_INTEGRITY",
+ "scripts/config -e DEVTMPFS",
+ "scripts/config -e DEVTMPFS_MOUNT",
+ "scripts/config --set-str UEVENT_HELPER_PATH ''",
+ "scripts/config -e IKCONFIG",
+ "scripts/config -e IKCONFIG_PROC"
+ ],
+ "build-commands": [
+ "make zImage"
+ ],
+ "install-commands": [
+ "mkdir -p \"$DESTDIR\"/boot",
+ "cp arch/arm/boot/zImage \"$DESTDIR\"/boot/zImage"
+ ]
+}