]> Git Repo - buildroot-mgba.git/blame - configs/openblocks_a6_defconfig
package/ruby: build host-ruby with yaml support
[buildroot-mgba.git] / configs / openblocks_a6_defconfig
CommitLineData
8ebfb350
PK
1# Architecture
2BR2_arm=y
3BR2_arm926t=y
4
5# system
6BR2_TARGET_GENERIC_HOSTNAME="openblocks-a6"
8ebfb350 7BR2_TARGET_GENERIC_GETTY_PORT="ttyS0"
4b659914 8BR2_SYSTEM_DHCP="eth0"
8ebfb350
PK
9
10# filesystem
11BR2_TARGET_ROOTFS_JFFS2=y
4b659914 12BR2_TARGET_ROOTFS_JFFS2_NANDFLASH_16K=y
8ebfb350 13
95ea337d
PK
14# Linux headers same as kernel, a 4.14 series
15BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_14=y
f06109a8 16
8ebfb350
PK
17# kernel
18BR2_LINUX_KERNEL=y
19BR2_LINUX_KERNEL_CUSTOM_VERSION=y
3eb7c4d3 20BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.14.253"
c089bb25 21BR2_LINUX_KERNEL_DEFCONFIG="mvebu_v5"
8ebfb350 22BR2_LINUX_KERNEL_APPENDED_UIMAGE=y
c089bb25 23BR2_LINUX_KERNEL_UIMAGE_LOADADDR="0x8000"
8ebfb350 24BR2_LINUX_KERNEL_INTREE_DTS_NAME="kirkwood-openblocks_a6"
This page took 0.940947 seconds and 4 git commands to generate.