From: Claudio Mignanti Date: Sun, 24 Oct 2010 16:10:30 +0000 (+0000) Subject: [at91] Don't compile u-boot by default X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=667c28f66e742849a2bd80dd39788b4e6923cecc;p=15.05%2Fopenwrt.git [at91] Don't compile u-boot by default git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23621 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/target/linux/at91/image/Config.in b/target/linux/at91/image/Config.in index 129c62164e..ed1a52b01e 100644 --- a/target/linux/at91/image/Config.in +++ b/target/linux/at91/image/Config.in @@ -1,12 +1,12 @@ config AT91_DFBOOT bool "Build dataflashboot loader" depends TARGET_at91 - default y + default n config AT91_UBOOT bool "Build U-Boot bootloader" depends TARGET_at91 - default y + default n config UBOOT_TARGET string "U-Boot target board"