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:15:01 +0100 |
commit | bfdc56d3a2c8d733ccb40f683f2f058a121933cb (patch) | |
tree | a79cea77bade35e9d75f778c4ccdfa635bff0736 /target/linux/ramips | |
parent | cbbd71b6e50f057b2ff5acc05980152005e1cfeb (diff) | |
download | upstream-bfdc56d3a2c8d733ccb40f683f2f058a121933cb.tar.gz upstream-bfdc56d3a2c8d733ccb40f683f2f058a121933cb.tar.bz2 upstream-bfdc56d3a2c8d733ccb40f683f2f058a121933cb.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/ramips')
-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 51cd8f3e06..25859024c1 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 |