Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/etc/etc.vax Add GENERIC_USB to vax kernel sets, but not to s...



details:   https://anonhg.NetBSD.org/src/rev/ca085b44c999
branches:  trunk
changeset: 825016:ca085b44c999
user:      flxd <flxd%NetBSD.org@localhost>
date:      Mon Jun 26 17:45:56 2017 +0000

description:
Add GENERIC_USB to vax kernel sets, but not to sysinst (yet), as bootloader
cannot handle kernels that large (yet).

diffstat:

 etc/etc.vax/Makefile.inc |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 535ec8fad12d -r ca085b44c999 etc/etc.vax/Makefile.inc
--- a/etc/etc.vax/Makefile.inc  Mon Jun 26 17:38:10 2017 +0000
+++ b/etc/etc.vax/Makefile.inc  Mon Jun 26 17:45:56 2017 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.24 2012/01/15 17:36:55 joerg Exp $
+#      $NetBSD: Makefile.inc,v 1.25 2017/06/26 17:45:56 flxd Exp $
 #
 #      etc.vax/Makefile.inc -- vax-specific etc Makefile targets
 #
@@ -6,7 +6,7 @@
 # If you change the list of distributed kernels, don't forget
 # to update the release documentation in distrib/notes/common/contents
 
-KERNEL_SETS=           GENERIC GENERIC.MP
+KERNEL_SETS=           GENERIC GENERIC.MP GENERIC_USB
 
 BUILD_KERNELS=         INSTALL
 



Home | Main Index | Thread Index | Old Index