From c55ab4ddbcdb5a9be57cbbd7b89ffb509baf2f9a Mon Sep 17 00:00:00 2001 From: Piotr Dymacz Date: Mon, 3 Feb 2014 23:24:46 +0100 Subject: [PATCH] Disable U-Boot and ART upgrade for Dragino 2 --- u-boot/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/u-boot/Makefile b/u-boot/Makefile index 0ba6e9a..8a09d51 100755 --- a/u-boot/Makefile +++ b/u-boot/Makefile @@ -501,6 +501,8 @@ dragino_v2_ms14_config : unconfig hornet_common_config @echo "#define GPIO_RST_BUTTON_BIT 11" >> include/config.h @echo "#define GPIO_RST_BUTTON_IS_ACTIVE_LOW 1" >> include/config.h @echo "#define DEFAULT_FLASH_SIZE_IN_MB 16" >> include/config.h + @echo "#define WEBFAILSAFE_DISABLE_ART_UPGRADE 1" >> include/config.h + @echo "#define WEBFAILSAFE_DISABLE_UBOOT_UPGRADE 1" >> include/config.h @echo "#define BOARD_CUSTOM_STRING \"AP121 (AR9331) U-Boot for Dragino v2 MS14\"" >> include/config.h @./mkconfig -a ap121 mips mips ap121 ar7240 ar7240 -- 2.25.1