From: Piotr Dymacz Date: Fri, 23 Dec 2016 10:57:49 +0000 (+0100) Subject: Fix TP-Link TL-WDR43x0 board name X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f5201d79c08b305e84016ba193c0c0d86c120096;p=oweals%2Fu-boot_mod.git Fix TP-Link TL-WDR43x0 board name --- diff --git a/u-boot/Makefile b/u-boot/Makefile index 6a2ae20..194462d 100644 --- a/u-boot/Makefile +++ b/u-boot/Makefile @@ -517,7 +517,7 @@ tp-link_tl-wdr3600: ar934x_common @$(MKCONFIG) -a db12x mips mips db12x ar7240 ar7240 tp-link_tl-wdr43x0: ar934x_common - @$(call config_init,TP-Link TL-WDR3600,tl-wdr43x0,8,16,1,QCA_AR9344_SOC) + @$(call config_init,TP-Link TL-WDR43x0,tl-wdr43x0,8,16,1,QCA_AR9344_SOC) @$(call define_add,CONFIG_FOR_TPLINK_WDR43X0_V1,1) @$(call define_add,CFG_ATHRS17_PHY,1) @$(call define_add,CFG_AG7240_NMACS,1)