15 lines
326 B
Plaintext
15 lines
326 B
Plaintext
# $NetBSD: RPI2_INSTALL,v 1.1 2015/03/06 22:29:06 skrll Exp $
|
|
#
|
|
# RPI2_INSTALL -- RPI2 kernel with installation-sized
|
|
# ramdisk
|
|
#
|
|
|
|
include "arch/evbarm/conf/RPI2"
|
|
include "arch/evbarm/conf/INSTALL"
|
|
|
|
no options MEMORY_DISK_ROOT_SIZE
|
|
options MEMORY_DISK_ROOT_SIZE=29696
|
|
|
|
makeoptions RAMDISKNAME=sshramdisk
|
|
no makeoptions DEBUG
|