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/ramips/Makefile | |
parent | e775adead80869135598b54b5e35e59af67ba6b7 (diff) | |
download | mtk-20170518-392cccb7f4189cb8f2f62df467af980b593ce073.zip mtk-20170518-392cccb7f4189cb8f2f62df467af980b593ce073.tar.gz mtk-20170518-392cccb7f4189cb8f2f62df467af980b593ce073.tar.bz2 |
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/ramips/Makefile')
-rw-r--r-- | target/linux/ramips/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/Makefile b/target/linux/ramips/Makefile index 51cd8f3..2585902 100644 --- a/target/linux/ramips/Makefile +++ b/target/linux/ramips/Makefile @@ -10,7 +10,7 @@ ARCH:=mipsel BOARD:=ramips BOARDNAME:=MediaTek Ralink MIPS SUBTARGETS:=rt305x mt7620 mt7621 mt7628 mt7688 rt3883 rt288x -FEATURES:=squashfs gpio mips16 +FEATURES:=squashfs gpio MAINTAINER:=John Crispin <john@phrozen.org> KERNEL_PATCHVER:=4.4 |