From 2a7d563ef7aeb379a3c258baf6c6ae686eecc324 Mon Sep 17 00:00:00 2001 From: Ulf Samuelsson Date: Wed, 1 Aug 2007 08:11:48 +0000 Subject: [PATCH] make needs menuconfig to allow configuration --- docs/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README b/docs/README index 6157365402..e7dbb50024 100644 --- a/docs/README +++ b/docs/README @@ -1,6 +1,6 @@ To build and use the buildroot stuff, do the following: -1) run 'make' +1) run 'make menuconfig' 2) select the packages you wish to compile 3) run 'make' 4) wait while it compiles