|
@@ -15,8 +15,8 @@ make with +make savedefconfig BR2_DEFCONFIG=<path-to-defconfig>+.
|
|
|
|
|
|
The recommended place to store this defconfig is
|
|
The recommended place to store this defconfig is
|
|
+configs/<boardname>_defconfig+. If you follow this recommendation, the
|
|
+configs/<boardname>_defconfig+. If you follow this recommendation, the
|
|
-configuration will be listed in +make help+ and can be set again by
|
|
|
|
-running +make <boardname>_defconfig+.
|
|
|
|
|
|
+configuration will be listed in +make list-defconfigs+ and can be set
|
|
|
|
+again by running +make <boardname>_defconfig+.
|
|
|
|
|
|
Alternatively, you can copy the file to any other place and rebuild with
|
|
Alternatively, you can copy the file to any other place and rebuild with
|
|
+make defconfig BR2_DEFCONFIG=<path-to-defconfig-file>+.
|
|
+make defconfig BR2_DEFCONFIG=<path-to-defconfig-file>+.
|