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

452 Commits   2 Branches   1 Tag
Index: 2.06/Makefile
===================================================================
--- 2.06/Makefile	(revision 384)
+++ 2.06/Makefile	(revision 385)
@@ -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 =======
Index: 2.06
===================================================================
--- 2.06	(revision 384)
+++ 2.06	(revision 385)

Property changes on: 2.06
___________________________________________________________________
Modified: svn:ignore
## -30,6 +30,7 ##
 .rk328x-glibc
 .rk33xx-glibc
 .rk339x-glibc
+.rk358x-glibc
 .s8xx-glibc
 .s9xx-glibc
 .x86_64-glibc