diff options
author | John Crispin <john@openwrt.org> | 2013-06-21 16:54:07 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2013-06-21 16:54:07 +0000 |
commit | 5d441ae7eaa46a351ca8ca32486b499dee9332e6 (patch) | |
tree | 4f3f9d8502eb3f1fa15b6234b7e664dcf6acb2de /target/linux/lantiq | |
parent | 81c57ec131b3dc79a52f907f58e15792ad121e8c (diff) | |
download | upstream-5d441ae7eaa46a351ca8ca32486b499dee9332e6.tar.gz upstream-5d441ae7eaa46a351ca8ca32486b499dee9332e6.tar.bz2 upstream-5d441ae7eaa46a351ca8ca32486b499dee9332e6.zip |
lantiq: set mips16 support.
Set mips16 support in XWAY subtarget.
This patch is based in changeset #36600
Signed-off-by: José Vázquez Fernández <ppvazquezfer@gmail.com>
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37005
Diffstat (limited to 'target/linux/lantiq')
-rw-r--r-- | target/linux/lantiq/xway/target.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/lantiq/xway/target.mk b/target/linux/lantiq/xway/target.mk index db5aa7c4a2..540de14801 100644 --- a/target/linux/lantiq/xway/target.mk +++ b/target/linux/lantiq/xway/target.mk @@ -1,7 +1,7 @@ ARCH:=mips SUBTARGET:=xway BOARDNAME:=XWAY -FEATURES:=squashfs atm +FEATURES:=squashfs atm mips16 DEFAULT_PACKAGES+=kmod-leds-gpio kmod-gpio-button-hotplug |