diff options
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/layerscape/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/target/linux/layerscape/README b/target/linux/layerscape/README index 7415f27e30..c210e01ca4 100644 --- a/target/linux/layerscape/README +++ b/target/linux/layerscape/README @@ -61,6 +61,12 @@ $ ./scripts/feeds install -a | [*] 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>) ------------------------ |