Skip to content

Commit ac4c314

Browse files
authored
CREATE_PATCHES deprecated (armbian#346)
1 parent 6e29364 commit ac4c314

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Developer-Guide_Build-Options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ These parameters are meant to be applied to the `./compile.sh` command. They are
5757
- **EXTERNAL_NEW** ( no | prebuilt | compile ):
5858
- prebuilt: install extra applications from repository
5959
- compile: compile extra applications in chroot
60-
- **CREATE_PATCHES** ( yes | **no** ):
60+
- **CREATE_PATCHES** ( yes | **no** ) :warning: **Warning:** This option is deprecated and may be removed in future releases - use the new `kernel-patch` / `uboot-patch` / `atf-patch` CLI commands instead.
6161
- yes: prompt right before the compilation starts to make changes to the source code for both U-Boot and kernel. From these changes patch files will be created and placed in `output` directory. If you want these patches included in a normal run (without CREATE_PATCHES to say) these files need to be copied to the appropriate directories. Also see [user provided patches](https://docs.armbian.com/Developer-Guide_User-Configurations/#user-provided-patches).
6262
- **BUILD_ALL** ( yes | no | demo ): cycle through all available board and kernel configurations and make images for all combinations
6363
- **LIB_TAG** ( master | "branchname" ):

0 commit comments

Comments
 (0)