diff --git a/sys/mips/conf/DIR-825B1 b/sys/mips/conf/DIR-825B1 index 7740d4dfa015..6112ea4e3c6e 100644 --- a/sys/mips/conf/DIR-825B1 +++ b/sys/mips/conf/DIR-825B1 @@ -1,7 +1,7 @@ # -# Specific board setup for the D-Link DIR-825 router. +# Specific board setup for the D-Link DIR-825B1 router. # -# The DIR-825 has the following hardware: +# The DIR-825B1 has the following hardware: # # + AR7161 CPU SoC # + AR9223 2.4GHz 11n @@ -14,8 +14,8 @@ # $FreeBSD$ include "AR71XX_BASE" -ident "DIR-825" -hints "DIR-825.hints" +ident "DIR-825B1" +hints "DIR-825B1.hints" # Since the kernel image must fit inside 1024KiB, we have to build almost # everything as modules. diff --git a/sys/mips/conf/DIR-825B1.hints b/sys/mips/conf/DIR-825B1.hints index 2ffd1b706021..35841fbff1ee 100644 --- a/sys/mips/conf/DIR-825B1.hints +++ b/sys/mips/conf/DIR-825B1.hints @@ -32,7 +32,7 @@ hint.ath.1.eeprom_firmware="pcib.0.bus.0.18.0.eeprom_firmware" # Geom MAP -# The DIR-825 has an 8MB flash part - HOWEVER, the 64k caldata isn't +# The DIR-825B1 has an 8MB flash part - HOWEVER, the 64k caldata isn't # at the end of the flash. It's ~ 6MB into the flash image. # mtdparts=ar7100-nor0:256k(uboot),64k(Config),1024k(vmlinux),5184k(rootfs),64k(caldata)