1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00

Update location of hints and name of the kernel we are building.

This commit is contained in:
Sean Bruno 2014-03-05 04:19:52 +00:00
parent 45ecebb962
commit 2cf9b4fc66
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=262777
2 changed files with 5 additions and 5 deletions

View File

@ -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.

View File

@ -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)