Commit 9e0f039f authored by Ophélie Gagnard's avatar Ophélie Gagnard Committed by Ophélie Gagnard

generation, kernel-compilation: Fix typo.

parent 3c4d9ded
......@@ -20,7 +20,7 @@ fi
cd linux-"$KERNEL_VERSION"
make olddefconfig
make menu config
make menuconfig
./scripts/config \
-d CONFIG_MODULE_SIG_ALL \
......
......@@ -11,7 +11,7 @@ fi
cd linux-"$kversion"
make olddefconfig
make menu config
make menuconfig
./scripts/config -d CONFIG_MODULE_SIG_ALL -d CONFIG_MODULE_SIG_KEY -d CONFIG_SYSTEM_TRUSTED_KEYS
./scripts/config -d CONFIG_DEBUG_INFO
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment