diff options
author | Paul Spooren <mail@aparcar.org> | 2020-09-21 11:16:09 -1000 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-09-22 20:29:24 +0200 |
commit | e8f61bf50d4704dd871e66f08d7f6564af0f5cb0 (patch) | |
tree | d7971a09642e480a2df69f7d81e2c2cef96dcc39 /target/linux/ath79 | |
parent | c5eea362f30370444ff7aea3e8ce7b60b2e4ce50 (diff) | |
download | upstream-e8f61bf50d4704dd871e66f08d7f6564af0f5cb0.tar.gz upstream-e8f61bf50d4704dd871e66f08d7f6564af0f5cb0.tar.bz2 upstream-e8f61bf50d4704dd871e66f08d7f6564af0f5cb0.zip |
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>
Diffstat (limited to 'target/linux/ath79')
-rw-r--r-- | target/linux/ath79/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |