diff options
author | 2020-06-07 09:21:12 +0200 | |
---|---|---|
committer | 2020-06-07 09:27:08 +0200 | |
commit | d8e3e939694c4777c5287e44e67772f4e5c043aa (patch) | |
tree | 97899aafe69ccaeb0cb151d2418b7a694673a6df /linux/Config.in | |
parent | c57106165a74db50201833d283fc7a3bfbacba7c (diff) | |
download | buildroot-d8e3e939694c4777c5287e44e67772f4e5c043aa.tar.gz buildroot-d8e3e939694c4777c5287e44e67772f4e5c043aa.tar.bz2 |
linux: rename config option
Commit a4eef9a3959 (linux: introduce BR2_KERNEL_DTB_KEEP_DIRNAME)
introduced a new config option, but its name was not matching the
naming-scheme of the other config options.
Rename it.
We don't need legacy handling, because that config option was added very
recently and was never part of a release.
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Diffstat (limited to 'linux/Config.in')
-rw-r--r-- | linux/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/Config.in b/linux/Config.in index 61e84f00b4..2af3a00352 100644 --- a/linux/Config.in +++ b/linux/Config.in @@ -407,7 +407,7 @@ config BR2_LINUX_KERNEL_CUSTOM_DTS_PATH You can provide a list of dts paths to copy and build, separated by spaces. -config BR2_KERNEL_DTB_KEEP_DIRNAME +config BR2_LINUX_KERNEL_DTB_KEEP_DIRNAME bool "Keep the directory name of the Device Tree" help If enabled, the device tree blobs keep their |