]> Git Repo - buildroot-mgba.git/blame_incremental - configs/arcturus_ucp1020_defconfig
configs/raspberrypi5: install BCM2712D0 device-tree blob
[buildroot-mgba.git] / configs / arcturus_ucp1020_defconfig
... / ...
CommitLineData
1# Architecture
2BR2_powerpc=y
3BR2_powerpc_8548=y
4
5# Linux headers same as kernel, a 4.4 series
6BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_4=y
7
8# System settings
9BR2_TARGET_GENERIC_HOSTNAME="UCP1020"
10BR2_TARGET_GENERIC_ISSUE="Welcome to Arcturus uCP1020 System on Module"
11BR2_TARGET_GENERIC_GETTY_PORT="ttyS0"
12BR2_SYSTEM_DHCP="eth0"
13
14# Kernel
15BR2_LINUX_KERNEL=y
16BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
17BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,ArcturusNetworks,uCP1020-kernel,v20190618)/linux-v20190618.tar.gz"
18BR2_LINUX_KERNEL_DEFCONFIG="ucp1020"
19BR2_LINUX_KERNEL_DTS_SUPPORT=y
20BR2_LINUX_KERNEL_INTREE_DTS_NAME="ucp1020"
21
22# Filesystem
23BR2_TARGET_ROOTFS_JFFS2=y
24
25# U-boot
26BR2_TARGET_UBOOT=y
27BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
28BR2_TARGET_UBOOT_CUSTOM_TARBALL=y
29BR2_TARGET_UBOOT_CUSTOM_TARBALL_LOCATION="$(call github,ArcturusNetworks,uCP1020-uboot,v20190618)/uboot-v20190618.tar.gz"
30BR2_TARGET_UBOOT_BOARD_DEFCONFIG="UCP1020"
This page took 0.021981 seconds and 4 git commands to generate.