svn commit: r266950 - head/sys/arm/conf

Ruslan Bukin br at FreeBSD.org
Sun Jun 1 17:09:03 UTC 2014


Author: br
Date: Sun Jun  1 17:09:02 2014
New Revision: 266950
URL: http://svnweb.freebsd.org/changeset/base/266950

Log:
  Add ident value. This fixes universe build.
  
  Pointed out by:	andrew

Modified:
  head/sys/arm/conf/EXYNOS5250
  head/sys/arm/conf/EXYNOS5420

Modified: head/sys/arm/conf/EXYNOS5250
==============================================================================
--- head/sys/arm/conf/EXYNOS5250	Sun Jun  1 16:35:22 2014	(r266949)
+++ head/sys/arm/conf/EXYNOS5250	Sun Jun  1 17:09:02 2014	(r266950)
@@ -17,6 +17,7 @@
 #
 # $FreeBSD$
 
+ident		EXYNOS5250
 include		"EXYNOS5.common"
 include		"../samsung/exynos/std.exynos5250"
 

Modified: head/sys/arm/conf/EXYNOS5420
==============================================================================
--- head/sys/arm/conf/EXYNOS5420	Sun Jun  1 16:35:22 2014	(r266949)
+++ head/sys/arm/conf/EXYNOS5420	Sun Jun  1 17:09:02 2014	(r266950)
@@ -17,6 +17,7 @@
 #
 # $FreeBSD$
 
+ident		EXYNOS5420
 include		"EXYNOS5.common"
 include		"../samsung/exynos/std.exynos5420"
 


More information about the svn-src-all mailing list