e653071cb2
the Meraki web site at http://www.meraki.net/ ) This includes changes to the AR5312 to make it more conducive to sharing code with the AR5315, and also includes improved early console support. All devices including ethernet and wlan interfaces on the Meraki Mini are functional with this port, _except_ SPI flash, which will be introduced later. This port was funded by the Champaign-Urbana Communit Wireless Network Project (CUWiN).
16 lines
394 B
Plaintext
16 lines
394 B
Plaintext
# $NetBSD: std.atheros,v 1.3 2006/09/26 06:37:32 gdamore Exp $
|
|
|
|
machine evbmips mips
|
|
include "conf/std" # MI standard options
|
|
|
|
options MIPS3_ENABLE_CLOCK_INTR
|
|
|
|
options EXEC_ELF32 # exec ELF32 binaries
|
|
options EXEC_SCRIPT # exec #! scripts
|
|
|
|
makeoptions DEFTEXTADDR="0x80020000"
|
|
makeoptions BOARDTYPE="atheros"
|
|
|
|
include "arch/evbmips/conf/files.atheros"
|
|
include "arch/mips/conf/files.atheros"
|