[Buildroot] [PATCH 1/1] Added beaglebone-green-wireless device tree to beaglebone_defconfig and genimage.cfg

Ramon Crichlow rcrichlow9000 at gmail.com
Mon Jan 23 15:56:59 UTC 2023


Signed-off-by: Ramon Crichlow <rcrichlow9000 at gmail.com>
---
 board/beaglebone/genimage.cfg | 1 +
 configs/beaglebone_defconfig  | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/board/beaglebone/genimage.cfg b/board/beaglebone/genimage.cfg
index 42ca2cf107..987d205075 100644
--- a/board/beaglebone/genimage.cfg
+++ b/board/beaglebone/genimage.cfg
@@ -11,6 +11,7 @@ image boot.vfat {
 			"am335x-boneblack.dtb",
 			"am335x-bonegreen.dtb",
 			"am335x-boneblack-wireless.dtb",
+			"am335x-bonegreen-wireless.dtb",
 		}
 	}
 
diff --git a/configs/beaglebone_defconfig b/configs/beaglebone_defconfig
index 06154d98b7..639b491e97 100644
--- a/configs/beaglebone_defconfig
+++ b/configs/beaglebone_defconfig
@@ -23,7 +23,7 @@ BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
 BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,beagleboard,linux,5.10.30-ti-r3)/linux-5.10.30-ti-r3.tar.gz"
 BR2_LINUX_KERNEL_DEFCONFIG="omap2plus"
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
-BR2_LINUX_KERNEL_INTREE_DTS_NAME="am335x-evm am335x-bone am335x-boneblack am335x-bonegreen am335x-evmsk am335x-boneblue am335x-boneblack-wireless"
+BR2_LINUX_KERNEL_INTREE_DTS_NAME="am335x-evm am335x-bone am335x-boneblack am335x-bonegreen am335x-evmsk am335x-boneblue am335x-boneblack-wireless am335x-bonegreen-wireless"
 BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
 
 # Filesystem
-- 
2.30.2




More information about the buildroot mailing list