mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-01 16:58:22 +00:00
target: Remove nomips16 option.
There is no target with a CPU subtype of nomips16. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
063fa4cfa2
commit
bef3f85742
@ -269,10 +269,8 @@ ifeq ($(DUMP),1)
|
|||||||
FEATURES += virtio
|
FEATURES += virtio
|
||||||
endif
|
endif
|
||||||
ifneq ($(CONFIG_CPU_MIPS32_R2),)
|
ifneq ($(CONFIG_CPU_MIPS32_R2),)
|
||||||
ifneq ($(CPU_SUBTYPE),nomips16)
|
|
||||||
FEATURES += mips16
|
FEATURES += mips16
|
||||||
endif
|
endif
|
||||||
endif
|
|
||||||
FEATURES += $(foreach v,6 7,$(if $(CONFIG_CPU_V$(v)),arm_v$(v)))
|
FEATURES += $(foreach v,6 7,$(if $(CONFIG_CPU_V$(v)),arm_v$(v)))
|
||||||
|
|
||||||
# remove duplicates
|
# remove duplicates
|
||||||
|
Loading…
x
Reference in New Issue
Block a user