From 5c63f2a701dc4f394ec31b069ed77f04632cf37f Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Sun, 19 Apr 2020 20:41:48 -0400 Subject: Removed menuconfig invocation. --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index e445753..dec127d 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -61,7 +61,7 @@ build() { # load configuration # Configure the kernel. Replace the line below with one of your choice. - make menuconfig # CLI menu for configuration + #make menuconfig # CLI menu for configuration #make nconfig # new CLI menu for configuration #make xconfig # X-based configuration #make oldconfig # using old config from previous kernel version -- cgit v1.2.3-54-g00ecf