[openwrt/openwrt] target: Remove nomips16 option.
LEDE Commits
lede-commits at lists.infradead.org
Tue Feb 13 01:02:41 PST 2018
blogic pushed a commit to openwrt/openwrt.git, branch master:
https://git.lede-project.org/bef3f85742134f08856f9de175b85da9b2715bfb
commit bef3f85742134f08856f9de175b85da9b2715bfb
Author: Rosen Penev <rosenp at gmail.com>
AuthorDate: Fri Feb 2 14:06:14 2018 -0800
target: Remove nomips16 option.
There is no target with a CPU subtype of nomips16.
Signed-off-by: Rosen Penev <rosenp at gmail.com>
---
include/target.mk | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/include/target.mk b/include/target.mk
index 0e52fb7..8ee197f 100644
--- a/include/target.mk
+++ b/include/target.mk
@@ -269,9 +269,7 @@ ifeq ($(DUMP),1)
FEATURES += virtio
endif
ifneq ($(CONFIG_CPU_MIPS32_R2),)
- ifneq ($(CPU_SUBTYPE),nomips16)
- FEATURES += mips16
- endif
+ FEATURES += mips16
endif
FEATURES += $(foreach v,6 7,$(if $(CONFIG_CPU_V$(v)),arm_v$(v)))
More information about the lede-commits
mailing list