diff options
author | Thiago A. CorrĂȘa <thiago.correa@gmail.com> | 2009-02-09 17:35:00 +0000 |
---|---|---|
committer | Thiago A. CorrĂȘa <thiago.correa@gmail.com> | 2009-02-09 17:35:00 +0000 |
commit | 0442dce7d053b62ed92dec3d70ceb3726181061b (patch) | |
tree | e1504a98b5383166261fd679a84733cf7cc37a39 /target/device/Atmel/atstk1005 | |
parent | e9b629d8661aa7d6aacf86184cfb34d48f6d6ddf (diff) | |
download | buildroot-novena-0442dce7d053b62ed92dec3d70ceb3726181061b.tar.gz buildroot-novena-0442dce7d053b62ed92dec3d70ceb3726181061b.zip |
Remove BR2_LINUX_COPYTO_TFTPBOOT from avr32 defconfigs. This will cause build to fail if user is not root and don't have a /tftpboot folder
Diffstat (limited to 'target/device/Atmel/atstk1005')
-rw-r--r-- | target/device/Atmel/atstk1005/atstk1005_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/device/Atmel/atstk1005/atstk1005_defconfig b/target/device/Atmel/atstk1005/atstk1005_defconfig index 5d43f4271..accd7ae8f 100644 --- a/target/device/Atmel/atstk1005/atstk1005_defconfig +++ b/target/device/Atmel/atstk1005/atstk1005_defconfig @@ -892,6 +892,6 @@ BR2_LINUX_BIN_UIMAGE=y # Destinations for linux kernel binaries # BR2_LINUX_COPYTO_ROOTFS=y -BR2_LINUX_COPYTO_TFTPBOOT=y +# BR2_LINUX_COPYTO_TFTPBOOT is not set BR2_LINUX_COPYTO="" # BR2_LINUX_COPY_CONFIGURATION is not set |