diff options
author | John Crispin <blogic@openwrt.org> | 2013-06-21 16:54:07 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2013-06-21 16:54:07 +0000 |
commit | 1c19298315b8a0e0a5050a4163bbea2391a5204d (patch) | |
tree | 473027cc13e071390e710edf7b77370d98a2efd0 | |
parent | 94d75044c41c6cac990f0745e4fea3d210e9d906 (diff) | |
download | master-187ad058-1c19298315b8a0e0a5050a4163bbea2391a5204d.tar.gz master-187ad058-1c19298315b8a0e0a5050a4163bbea2391a5204d.tar.bz2 master-187ad058-1c19298315b8a0e0a5050a4163bbea2391a5204d.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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37005 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 |