From 420dd996c2813d7e0675a6b42fd27a05b7a2ff28 Mon Sep 17 00:00:00 2001 From: Piotr Dymacz Date: Sat, 23 Jul 2016 19:01:42 +0200 Subject: [PATCH] Use CONFIG_TPLINK_IMAGE_HEADER for GL.iNet Fixes #114 --- u-boot/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/u-boot/Makefile b/u-boot/Makefile index 1855aae..38e07c9 100644 --- a/u-boot/Makefile +++ b/u-boot/Makefile @@ -505,6 +505,7 @@ gl-inet_config : unconfig hornet_common_config @echo "#define CONFIG_FOR_GL_INET 1" >> include/config.h @echo "#define CONFIG_GPIO_RESET_BTN 11" >> include/config.h @echo "#define CONFIG_DEFAULT_FLASH_SIZE_IN_MB 8" >> include/config.h + @echo "#define CONFIG_TPLINK_IMAGE_HEADER 1" >> include/config.h @echo "#define CONFIG_BOARD_CUSTOM_STRING \"GL.iNet\"" >> include/config.h @./mkconfig -a ap121 mips mips ap121 ar7240 ar7240 -- 2.25.1