diff options
author | Petr Štetiar <ynezz@true.cz> | 2019-06-13 15:07:10 +0200 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2019-06-17 09:42:37 +0200 |
commit | 016d1eb1f9c14c50dbd0b5461fc22c1f4ef6e30a (patch) | |
tree | 3fa9f0af1439b1189975b857891a701c45fe8a5f /target/linux/ar71xx | |
parent | acf2b6c8881b432530bd98fa86753bf6a3546ff7 (diff) | |
download | upstream-016d1eb1f9c14c50dbd0b5461fc22c1f4ef6e30a.tar.gz upstream-016d1eb1f9c14c50dbd0b5461fc22c1f4ef6e30a.tar.bz2 upstream-016d1eb1f9c14c50dbd0b5461fc22c1f4ef6e30a.zip |
ar71xx: make target source-only
Lets make it really explicit, that we should now focus only on ath79 in
order to make it ready for next release, where ar71xx is going to be
removed for good.
Signed-off-by: Petr Štetiar <ynezz@true.cz>
Diffstat (limited to 'target/linux/ar71xx')
-rw-r--r-- | target/linux/ar71xx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/Makefile b/target/linux/ar71xx/Makefile index 047d34184e..aa53b49735 100644 --- a/target/linux/ar71xx/Makefile +++ b/target/linux/ar71xx/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk ARCH:=mips BOARD:=ar71xx BOARDNAME:=Atheros AR7xxx/AR9xxx -FEATURES:=usbgadget +FEATURES:=usbgadget source-only CPU_TYPE:=24kc SUBTARGETS:=generic tiny nand mikrotik |