svn commit: r363232 - head/sys/modules/dtb/allwinner

Andriy Gapon avg at FreeBSD.org
Wed Jul 15 18:04:02 UTC 2020


Author: avg
Date: Wed Jul 15 18:04:01 2020
New Revision: 363232
URL: https://svnweb.freebsd.org/changeset/base/363232

Log:
  build DTS for Orange Pi PC Plus as well
  
  Reviewed by:	manu
  MFC after:	1 week

Modified:
  head/sys/modules/dtb/allwinner/Makefile

Modified: head/sys/modules/dtb/allwinner/Makefile
==============================================================================
--- head/sys/modules/dtb/allwinner/Makefile	Wed Jul 15 17:34:08 2020	(r363231)
+++ head/sys/modules/dtb/allwinner/Makefile	Wed Jul 15 18:04:01 2020	(r363232)
@@ -21,6 +21,7 @@ DTS=	\
 	sun8i-h3-nanopi-neo.dts \
 	sun8i-h3-orangepi-one.dts \
 	sun8i-h3-orangepi-pc.dts \
+	sun8i-h3-orangepi-pc-plus.dts \
 	sun8i-h3-orangepi-plus2e.dts
 
 DTSO=	sun8i-a83t-sid.dtso \


More information about the svn-src-head mailing list