[openwrt/openwrt] ath79: remove DTS from ATH79 target name

LEDE Commits lede-commits at lists.infradead.org
Tue Sep 22 15:00:14 EDT 2020


adrian pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/e8f61bf50d4704dd871e66f08d7f6564af0f5cb0

commit e8f61bf50d4704dd871e66f08d7f6564af0f5cb0
Author: Paul Spooren <mail at aparcar.org>
AuthorDate: Mon Sep 21 11:16:09 2020 -1000

    ath79: remove DTS from ATH79 target name
    
    The legacy ar71xx target is removed and multiple targets use DTS now, so
    there is no need to point that out for ATH79 specifically.
    
    Signed-off-by: Paul Spooren <mail at aparcar.org>
---
 target/linux/ath79/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/ath79/Makefile b/target/linux/ath79/Makefile
index a955602ba9..529d609457 100644
--- a/target/linux/ath79/Makefile
+++ b/target/linux/ath79/Makefile
@@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
 
 ARCH:=mips
 BOARD:=ath79
-BOARDNAME:=Atheros ATH79 (DTS)
+BOARDNAME:=Atheros ATH79
 CPU_TYPE:=24kc
 SUBTARGETS:=generic mikrotik nand tiny
 



More information about the lede-commits mailing list