kernel_menuconfig: fix name of kernel package for split scheme

This commit is contained in:
Nick Owens 2016-06-23 13:23:03 -07:00
parent c7818adf2f
commit 7f7ddb4857

View File

@ -17,7 +17,7 @@ DEFINE_string board "${DEFAULT_BOARD}" \
"Board to use for kernel source and architecture." "Board to use for kernel source and architecture."
DEFINE_string overlay "coreos" \ DEFINE_string overlay "coreos" \
"Portage repo containing the kernel ebuild." "Portage repo containing the kernel ebuild."
DEFINE_string package "sys-kernel/coreos-kernel" \ DEFINE_string package "sys-kernel/coreos-modules" \
"Portage ebuild name for the kernel." "Portage ebuild name for the kernel."
# Parse command line # Parse command line