Radix cross Linux

The main Radix cross Linux repository contains the build scripts of packages, which have the most complete and common functionality for desktop machines

383 Commits   1 Branch   1 Tag
Index: radix-1.9/boot/grub/baikal-m1/2.06/Makefile
===================================================================
--- radix-1.9/boot/grub/baikal-m1/2.06/Makefile	(revision 347)
+++ radix-1.9/boot/grub/baikal-m1/2.06/Makefile	(revision 348)
@@ -171,6 +171,7 @@
 efi_embedded_cfg   = $(TARGET_BUILD_DIR)/grub-$(DISTRO_NAME).cfg
 root_uuid          = eaf0eef1-f13a-726F-6F74-203aefe0f0f2
 linux_cmdline      = console=tty1 earlyprintk=uart8250-32bit,0x20230000,115200
+device_tree        = bm1000-mbm20.dtb
 
 grub_modules       = all_video archelp bfs bitmap bitmap_scale blocklist boot btrfs
 grub_modules      += cat chain configfile cpio date datehook datetime disk diskfilter
@@ -265,6 +266,7 @@
 	@echo "  insmod ext2"                                  >> $(GRUB_PKG)/boot/grub/grub.cfg
 	@echo ""                                               >> $(GRUB_PKG)/boot/grub/grub.cfg
 	@echo "  search --set=root --fs-uuid \$$root_uuid"     >> $(GRUB_PKG)/boot/grub/grub.cfg
+	@echo "  devicetree /boot/$(device_tree)"              >> $(GRUB_PKG)/boot/grub/grub.cfg
 	@echo "  linux  /boot/Image root=PARTUUID=\$$root_uuid ro rootwait $(linux_cmdline)" >> $(GRUB_PKG)/boot/grub/grub.cfg
 	@echo "}"                                              >> $(GRUB_PKG)/boot/grub/grub.cfg
 	# ======= Preserve the contents of /etc/grub.d/40_custom =======