layerscape: add a make menuconfig known issue in README
authorYangbo Lu <yangbo.lu@nxp.com>
Fri, 26 Jan 2018 08:46:17 +0000 (16:46 +0800)
committerJohn Crispin <john@phrozen.org>
Tue, 13 Feb 2018 09:01:51 +0000 (10:01 +0100)
This patch is to add a known issue of make menuconfig
in README file. This is also a common issue for OpenWrt.

Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
target/linux/layerscape/README

index 7415f27e309024f7c7386cf378fc02b1c2bf1773..c210e01ca4a55b4b538fad9ea8961d4db6705b44 100644 (file)
@@ -61,6 +61,12 @@ $ ./scripts/feeds install -a
   | [*] ls2088ardb-armv8_64b  --->                                  |
   +-----------------------------------------------------------------+
 
   | [*] ls2088ardb-armv8_64b  --->                                  |
   +-----------------------------------------------------------------+
 
+Note: The first time make menuconfig would create a .config file which
+would include all dependencies for selected target. After that, make
+menuconfig still could be used to modify packages. If want to change
+other target, please remove .config and make menuconfig to select again.
+Otherwise the packages selected in .config would be a mess.
+
 2.2 make (or make -j<n>)
 ------------------------
 
 2.2 make (or make -j<n>)
 ------------------------