From 41c1cb44cd60819f8ba20024e23e431c00b279d7 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Mon, 10 Oct 2011 10:46:39 +0200 Subject: manual: convert existing documentation to the asciidoc format Signed-off-by: Thomas Petazzoni Acked-by: Luca Ceresoli Acked-by: Thomas De Schampheleire Reviewed-by: "Yann E. MORIN" Signed-off-by: Peter Korsgaard --- docs/manual/customize-kernel-config.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/manual/customize-kernel-config.txt (limited to 'docs/manual/customize-kernel-config.txt') diff --git a/docs/manual/customize-kernel-config.txt b/docs/manual/customize-kernel-config.txt new file mode 100644 index 000000000..6bafe46d7 --- /dev/null +++ b/docs/manual/customize-kernel-config.txt @@ -0,0 +1,12 @@ +Customizing the Linux kernel configuration +------------------------------------------ + +The Linux kernel configuration can be customized just like +xref:busybox-custom[BusyBox] and xref:uclibc-custom[uClibc] using ++make linux-menuconfig+. Make sure you have enabled the kernel build +in +make menuconfig+ first. Once done, run +make+ to (re)build +everything. + +If you want to use an existing config file for Linux, then see +xref:env-vars[]. + -- cgit v1.2.3