diff options
author | 2016-05-18 16:26:10 -0300 | |
---|---|---|
committer | 2016-05-31 21:56:29 +0200 | |
commit | fb1913210da91f26aeb5040b903f1a3c520e29fe (patch) | |
tree | a07d64ee2fd5c22f0014439f04e1d8548bd6afc8 /configs/beaglebone_defconfig | |
parent | 65f9b9375fe7994b1bcc72efc435f424a37710dd (diff) | |
download | buildroot-fb1913210da91f26aeb5040b903f1a3c520e29fe.tar.gz buildroot-fb1913210da91f26aeb5040b903f1a3c520e29fe.tar.bz2 |
configs: remove trailing directory slashes
They're not necessary and look bad.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'configs/beaglebone_defconfig')
-rw-r--r-- | configs/beaglebone_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/beaglebone_defconfig b/configs/beaglebone_defconfig index 3e3281e302..be803b9cce 100644 --- a/configs/beaglebone_defconfig +++ b/configs/beaglebone_defconfig @@ -31,7 +31,7 @@ BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_GIT=y BR2_LINUX_KERNEL_CUSTOM_REPO_URL="git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git" BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="7f280334068b7c875ade51f8f3921ab311f0c824" -BR2_LINUX_KERNEL_PATCH="board/beaglebone/patches/linux/" +BR2_LINUX_KERNEL_PATCH="board/beaglebone/patches/linux" BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/beaglebone/linux-3.12.config" BR2_LINUX_KERNEL_DTS_SUPPORT=y |