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

Emmanuel Vadot manu at FreeBSD.org
Fri Jan 11 01:42:48 UTC 2019


Author: manu
Date: Fri Jan 11 01:42:47 2019
New Revision: 342924
URL: https://svnweb.freebsd.org/changeset/base/342924

Log:
  dtb: allwinner: Add orangepi-pc to the build
  
  PR:		226011
  Submitted by:	Greg V <greg at unrelenting.technology>
  MFC after:	1 week

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

Modified: head/sys/modules/dtb/allwinner/Makefile
==============================================================================
--- head/sys/modules/dtb/allwinner/Makefile	Fri Jan 11 00:45:22 2019	(r342923)
+++ head/sys/modules/dtb/allwinner/Makefile	Fri Jan 11 01:42:47 2019	(r342924)
@@ -20,6 +20,7 @@ DTS=	\
 	sun8i-h3-nanopi-m1-plus.dts \
 	sun8i-h3-nanopi-neo.dts \
 	sun8i-h3-orangepi-one.dts \
+	sun8i-h3-orangepi-pc.dts \
 	sun8i-h3-orangepi-plus2e.dts
 
 DTSO=	sun8i-a83t-sid.dtso \


More information about the svn-src-head mailing list