diff options
author | Felix Fietkau <nbd@openwrt.org> | 2016-01-04 22:35:36 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2016-01-04 22:35:36 +0000 |
commit | 48a57b1eaddc99c1df778afe07eacd8a204e8829 (patch) | |
tree | 1148162dbd1f3afe70384ceb7e54525ab1ec7a3a /target | |
parent | de4145c102138d04281271e978bc889e8ae50a03 (diff) | |
download | upstream-48a57b1eaddc99c1df778afe07eacd8a204e8829.tar.gz upstream-48a57b1eaddc99c1df778afe07eacd8a204e8829.tar.bz2 upstream-48a57b1eaddc99c1df778afe07eacd8a204e8829.zip |
ramips: set mips16 support
Signed-off-by: Cristian Morales Vega <cristian@samknows.com>
SVN-Revision: 48131
Diffstat (limited to 'target')
-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 9d7bb5b6a8..378e2f5b4a 100644 --- a/target/linux/ramips/Makefile +++ b/target/linux/ramips/Makefile @@ -10,7 +10,7 @@ ARCH:=mipsel BOARD:=ramips BOARDNAME:=Ralink RT288x/RT3xxx SUBTARGETS:=rt305x mt7620 mt7621 mt7628 mt7688 rt3883 rt288x -FEATURES:=squashfs gpio +FEATURES:=squashfs gpio mips16 MAINTAINER:=John Crispin <blogic@openwrt.org> KERNEL_PATCHVER:=4.3 |