Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for make nconfig #12

Open
DarthGandalf opened this issue Dec 29, 2017 · 0 comments
Open

Add support for make nconfig #12

DarthGandalf opened this issue Dec 29, 2017 · 0 comments

Comments

@DarthGandalf
Copy link

The following patch is a dirty hack, the proper support would probably involve adding --[no-]nconfig. But I don't understand interaction between different kinds of ...config.

diff --git a/gen_configkernel.sh b/gen_configkernel.sh
index 98b6e9c..e125873 100755
--- a/gen_configkernel.sh
+++ b/gen_configkernel.sh
@@ -83,7 +83,7 @@ config_kernel() {
 	if isTrue ${MENUCONFIG}
 	then
 		print_info 1 'kernel: >> Invoking menuconfig...'
-		compile_generic menuconfig kernelruntask
+		compile_generic nconfig kernelruntask
 		[ "$?" ] || gen_die 'Error: menuconfig failed!'
 	elif isTrue ${CMD_GCONFIG}
 	then
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant