GUMSTIX and INSTALL both want to include pseudo-device md, so undefine it
in between for now. Why does GUMSTIX need md?
This commit is contained in:
parent
ba3f4cc332
commit
de053ba2ef
|
@ -1,10 +1,11 @@
|
|||
# $NetBSD: GUMSTIX_INSTALL,v 1.1 2006/10/16 16:40:14 kiyohara Exp $
|
||||
# $NetBSD: GUMSTIX_INSTALL,v 1.2 2007/02/19 05:36:13 briggs Exp $
|
||||
#
|
||||
# GUMSTIX_INSTALL -- GUMSTIX kernel with installation-sized
|
||||
# ramdisk
|
||||
#
|
||||
|
||||
include "arch/evbarm/conf/GUMSTIX"
|
||||
no pseudo-device md
|
||||
include "arch/evbarm/conf/INSTALL"
|
||||
|
||||
options BOOTHOWTO=RB_SINGLE
|
||||
|
|
Loading…
Reference in New Issue