Skip to content
Snippets Groups Projects
Commit 6e93fd24 authored by florian's avatar florian
Browse files

malta: enable mips16 feature flag


The malta platform supports mips16 advertise this feature flag.

Signed-off-by: default avatarFlorian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36203 3c298f89-4303-0410-b956-a3cf2f4a3e73
parent be92401d
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@ ARCH:=mips
ARCH_PACKAGES:=malta_mips
SUBTARGET:=be
BOARDNAME:=Big Endian
FEATURES:=ramdisk
FEATURES:=ramdisk mips16
define Target/Description
Build BE firmware images for MIPS Malta CoreLV board running in
......
......@@ -2,7 +2,7 @@ ARCH:=mipsel
ARCH_PACKAGES:=malta_mipsel
SUBTARGET:=le
BOARDNAME:=Little Endian
FEATURES:=ramdisk
FEATURES:=ramdisk mips16
define Target/Description
Build LE firmware images for MIPS Malta CoreLV board running in
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment