diff options
author | Felix Fietkau <nbd@nbd.name> | 2017-01-24 12:40:00 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-01-24 13:35:45 +0100 |
commit | 392cccb7f4189cb8f2f62df467af980b593ce073 (patch) | |
tree | cee64224faaf609db8d9228af99f815573cc5e50 /target/linux/ar71xx/Makefile | |
parent | e775adead80869135598b54b5e35e59af67ba6b7 (diff) | |
download | upstream-392cccb7f4189cb8f2f62df467af980b593ce073.tar.gz upstream-392cccb7f4189cb8f2f62df467af980b593ce073.tar.bz2 upstream-392cccb7f4189cb8f2f62df467af980b593ce073.zip |
build: remove mips16 feature flag from target makefiles
It can be implicitly derived from the MIPS32 revision support in the
kernel configuration
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/linux/ar71xx/Makefile')
-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 a8df2b036e..4341a9a47a 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:=mips16 +FEATURES:= CPU_TYPE:=24kc SUBTARGETS:=generic nand mikrotik |