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/ar71xx/Makefile | |
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/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 ecc6d37051..3f5bc67243 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 usbgadget +FEATURES:=usbgadget CPU_TYPE:=24kc SUBTARGETS:=generic nand mikrotik |