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@aparcar.org>
This commit is contained in:
parent
c5eea362f3
commit
e8f61bf50d
|
@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
ARCH:=mips
|
ARCH:=mips
|
||||||
BOARD:=ath79
|
BOARD:=ath79
|
||||||
BOARDNAME:=Atheros ATH79 (DTS)
|
BOARDNAME:=Atheros ATH79
|
||||||
CPU_TYPE:=24kc
|
CPU_TYPE:=24kc
|
||||||
SUBTARGETS:=generic mikrotik nand tiny
|
SUBTARGETS:=generic mikrotik nand tiny
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue