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/base/radix-setup/scripts/setup
===================================================================
--- radix-1.9/base/radix-setup/scripts/setup	(revision 371)
+++ radix-1.9/base/radix-setup/scripts/setup	(revision 372)
@@ -2272,6 +2272,7 @@
 
   if [ "${hardware}" = "baikal-m1" ] ; then
     cat >> ${grub_cfg} << EOF
+  devicetree (\$root)/boot/bm1000-mbm20.dtb
   linux (\$root)/boot/Image root=PARTUUID=\$part_uuid ro rootwait console=tty1 earlyprintk=uart8250-32bit,0x20230000,115200
 EOF
   fi