15 lines
322 B
Plaintext
15 lines
322 B
Plaintext
# $NetBSD: RPI_INSTALL,v 1.8 2015/02/23 23:21:47 joerg Exp $
|
|
#
|
|
# RPI_INSTALL -- RPI kernel with installation-sized
|
|
# ramdisk
|
|
#
|
|
|
|
include "arch/evbarm/conf/RPI"
|
|
include "arch/evbarm/conf/INSTALL"
|
|
|
|
no options MEMORY_DISK_ROOT_SIZE
|
|
options MEMORY_DISK_ROOT_SIZE=29696
|
|
|
|
makeoptions RAMDISKNAME=sshramdisk
|
|
no makeoptions DEBUG
|