svn commit: r289756 - head/sys/mips/conf

Adrian Chadd adrian at FreeBSD.org
Thu Oct 22 15:15:47 UTC 2015


Author: adrian
Date: Thu Oct 22 15:15:45 2015
New Revision: 289756
URL: https://svnweb.freebsd.org/changeset/base/289756

Log:
  Commit the right board file - use the right name + hints.

Modified:
  head/sys/mips/conf/TL-WR740Nv4

Modified: head/sys/mips/conf/TL-WR740Nv4
==============================================================================
--- head/sys/mips/conf/TL-WR740Nv4	Thu Oct 22 15:13:47 2015	(r289755)
+++ head/sys/mips/conf/TL-WR740Nv4	Thu Oct 22 15:15:45 2015	(r289756)
@@ -12,10 +12,10 @@
 # Include the default AR933x parameters
 include         "AR933X_BASE"
 
-ident           CARAMBOLA2
+ident           TL-WR740Nv4
 
 # Override hints with board values
-hints           "CARAMBOLA2.hints"
+hints           "TL-WR740Nv4.hints"
 
 # Board memory - 32MB
 options         AR71XX_REALMEM=(32*1024*1024)


More information about the svn-src-all mailing list