summaryrefslogtreecommitdiffstats
path: root/configs/ts5500_defconfig
diff options
context:
space:
mode:
Diffstat (limited to 'configs/ts5500_defconfig')
-rw-r--r--configs/ts5500_defconfig26
1 files changed, 26 insertions, 0 deletions
diff --git a/configs/ts5500_defconfig b/configs/ts5500_defconfig
new file mode 100644
index 0000000000..871c02e95f
--- /dev/null
+++ b/configs/ts5500_defconfig
@@ -0,0 +1,26 @@
+# architecture
+BR2_i386=y
+BR2_x86_i586=y
+
+# Linux headers same as kernel, a 4.14 series
+BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_14=y
+
+# system
+BR2_TARGET_GENERIC_GETTY_PORT="ttyS1"
+BR2_ROOTFS_OVERLAY="board/technologic/ts5500/fs-overlay"
+
+# kernel
+BR2_LINUX_KERNEL=y
+BR2_LINUX_KERNEL_CUSTOM_VERSION=y
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.14"
+BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
+BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/technologic/ts5500/linux-4.14.config"
+BR2_LINUX_KERNEL_INSTALL_TARGET=y
+
+# rootfs
+BR2_TARGET_ROOTFS_EXT2=y
+BR2_TARGET_ROOTFS_EXT2_4=y
+
+# bootloader
+BR2_TARGET_SYSLINUX=y
+BR2_TARGET_SYSLINUX_MBR=y
OpenPOWER on IntegriCloud