Enable cd9660 support by default.

This commit is contained in:
Jake Burkholder 2002-06-21 22:34:51 +00:00
parent dd200e5643
commit d89286ce68

View File

@ -13,7 +13,7 @@ SRCS= locore.S main.c metadata.c
LOADER_DISK_SUPPORT?= yes
LOADER_UFS_SUPPORT?= yes
LOADER_CD9660_SUPPORT?= no
LOADER_CD9660_SUPPORT?= yes
LOADER_NET_SUPPORT?= no
LOADER_NFS_SUPPORT?= no
LOADER_TFTP_SUPPORT?= no