Merge pull request #566 from mischief/kernel-menuconfig

kernel_menuconfig: fix package name for kernel config
This commit is contained in:
Nick Owens 2016-07-05 13:08:03 -07:00 committed by GitHub
commit eb61b470e3

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