kernel_menuconfig: fix package name for kernel config

This commit is contained in:
Nick Owens 2016-07-05 12:09:30 -07:00
parent ace08a3cbe
commit 7d58d9b3ef

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