Sergey Matyukevich | e3c1c6e | 2017-05-25 00:50:33 +0300 | [diff] [blame] | 1 | BR2_arm=y |
| 2 | BR2_cortex_a7=y |
| 3 | BR2_ARM_FPU_VFPV4=y |
| 4 | BR2_GLOBAL_PATCH_DIR="board/orangepi/orangepi-zero/patches" |
Sergey Matyukevich | ce957cc | 2017-11-06 13:16:51 +0300 | [diff] [blame] | 5 | BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV=y |
Peter Korsgaard | 1180560 | 2018-01-29 20:27:39 +0100 | [diff] [blame] | 6 | BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_15=y |
Sergey Matyukevich | e3c1c6e | 2017-05-25 00:50:33 +0300 | [diff] [blame] | 7 | BR2_TARGET_GENERIC_HOSTNAME="OrangePi_Zero" |
| 8 | BR2_TARGET_GENERIC_ISSUE="Welcome to Buildroot for the Orange Pi Zero" |
Peter Korsgaard | 1180560 | 2018-01-29 20:27:39 +0100 | [diff] [blame] | 9 | BR2_SYSTEM_DHCP="eth0" |
Sergey Matyukevich | e3c1c6e | 2017-05-25 00:50:33 +0300 | [diff] [blame] | 10 | BR2_LINUX_KERNEL=y |
| 11 | BR2_LINUX_KERNEL_CUSTOM_VERSION=y |
Peter Korsgaard | 1180560 | 2018-01-29 20:27:39 +0100 | [diff] [blame] | 12 | BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.15" |
Sergey Matyukevich | e3c1c6e | 2017-05-25 00:50:33 +0300 | [diff] [blame] | 13 | BR2_LINUX_KERNEL_DEFCONFIG="sunxi" |
| 14 | BR2_LINUX_KERNEL_DTS_SUPPORT=y |
| 15 | BR2_LINUX_KERNEL_INTREE_DTS_NAME="sun8i-h2-plus-orangepi-zero" |
| 16 | BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES="board/orangepi/orangepi-zero/linux-extras.config" |
Thomas Petazzoni | a645de1 | 2018-03-04 22:31:20 +0100 | [diff] [blame] | 17 | BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y |
Sergey Matyukevich | e3c1c6e | 2017-05-25 00:50:33 +0300 | [diff] [blame] | 18 | BR2_TARGET_ROOTFS_EXT2=y |
| 19 | BR2_TARGET_ROOTFS_EXT2_4=y |
| 20 | # BR2_TARGET_ROOTFS_TAR is not set |
| 21 | BR2_TARGET_UBOOT=y |
| 22 | BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y |
| 23 | BR2_TARGET_UBOOT_CUSTOM_VERSION=y |
Peter Korsgaard | 1180560 | 2018-01-29 20:27:39 +0100 | [diff] [blame] | 24 | BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2018.01" |
Sergey Matyukevich | e3c1c6e | 2017-05-25 00:50:33 +0300 | [diff] [blame] | 25 | BR2_TARGET_UBOOT_BOARD_DEFCONFIG="orangepi_zero" |
| 26 | BR2_TARGET_UBOOT_NEEDS_DTC=y |
Vincent Stehlé | e522238 | 2018-02-11 22:34:51 +0100 | [diff] [blame] | 27 | BR2_TARGET_UBOOT_NEEDS_PYLIBFDT=y |
Sergey Matyukevich | e3c1c6e | 2017-05-25 00:50:33 +0300 | [diff] [blame] | 28 | BR2_TARGET_UBOOT_FORMAT_CUSTOM=y |
| 29 | BR2_TARGET_UBOOT_FORMAT_CUSTOM_NAME="u-boot-sunxi-with-spl.bin" |
Sergey Matyukevich | a0eecad | 2018-01-07 23:11:30 +0300 | [diff] [blame] | 30 | BR2_TARGET_UBOOT_BOOT_SCRIPT=y |
| 31 | BR2_TARGET_UBOOT_BOOT_SCRIPT_SOURCE="board/orangepi/orangepi-zero/boot.cmd" |
Sergey Matyukevich | e3c1c6e | 2017-05-25 00:50:33 +0300 | [diff] [blame] | 32 | BR2_PACKAGE_HOST_DOSFSTOOLS=y |
| 33 | BR2_PACKAGE_HOST_GENIMAGE=y |
| 34 | BR2_PACKAGE_HOST_MTOOLS=y |
| 35 | BR2_PACKAGE_HOST_UBOOT_TOOLS=y |
Sergey Matyukevich | a0eecad | 2018-01-07 23:11:30 +0300 | [diff] [blame] | 36 | BR2_ROOTFS_POST_IMAGE_SCRIPT="support/scripts/genimage.sh" |
| 37 | BR2_ROOTFS_POST_SCRIPT_ARGS="-c board/orangepi/orangepi-zero/genimage.cfg" |
Sergey Matyukevich | e3c1c6e | 2017-05-25 00:50:33 +0300 | [diff] [blame] | 38 | |
Sergey Matyukevich | ce957cc | 2017-11-06 13:16:51 +0300 | [diff] [blame] | 39 | # wireless driver and firmware |
Sergey Matyukevich | 0697b86 | 2017-06-18 21:42:00 +0300 | [diff] [blame] | 40 | BR2_PACKAGE_XR819_XRADIO=y |
Sergey Matyukevich | ce957cc | 2017-11-06 13:16:51 +0300 | [diff] [blame] | 41 | BR2_PACKAGE_ARMBIAN_FIRMWARE=y |
| 42 | BR2_PACKAGE_ARMBIAN_FIRMWARE_XR819=y |
Sergey Matyukevich | 0697b86 | 2017-06-18 21:42:00 +0300 | [diff] [blame] | 43 | |
Sergey Matyukevich | e3c1c6e | 2017-05-25 00:50:33 +0300 | [diff] [blame] | 44 | # wireless support |
| 45 | BR2_PACKAGE_IW=y |
| 46 | BR2_PACKAGE_WIRELESS_TOOLS=y |
| 47 | BR2_PACKAGE_WIRELESS_TOOLS_LIB=y |
| 48 | BR2_PACKAGE_WPA_SUPPLICANT=y |
| 49 | BR2_PACKAGE_WPA_SUPPLICANT_NL80211=y |
| 50 | BR2_PACKAGE_WPA_SUPPLICANT_CLI=y |
| 51 | |
| 52 | # spi flash support |
| 53 | BR2_PACKAGE_MTD=y |