diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2018-06-27 23:38:01 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2018-06-27 23:38:01 -0700 |
commit | 39a970eff3bda691ee1d4c332d9c006496cc83f8 (patch) | |
tree | caaae6a7a9b321ebe71ca1e8551f60ec93a6f92e /PKGBUILD | |
parent | NUMA again (diff) | |
download | linux-hardened-ck-39a970eff3bda691ee1d4c332d9c006496cc83f8.tar.xz |
Removed unneeded config options | Uncommented make menuconfig
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -138,7 +138,7 @@ END # 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 |