diff options
author | John Crispin <john@openwrt.org> | 2013-10-07 15:02:52 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2013-10-07 15:02:52 +0000 |
commit | ae225124c64bf8f5d833e8317ffa911f7fffc10f (patch) | |
tree | 09ec02627122d329b9dec0994bc0801d77e57675 /target/linux/lantiq/xrx200/target.mk | |
parent | 1398a5d8497afa3650d85c7511f0a2d3eafcba8b (diff) | |
download | upstream-ae225124c64bf8f5d833e8317ffa911f7fffc10f.tar.gz upstream-ae225124c64bf8f5d833e8317ffa911f7fffc10f.tar.bz2 upstream-ae225124c64bf8f5d833e8317ffa911f7fffc10f.zip |
lantiq: fix fritz image generation
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38326
Diffstat (limited to 'target/linux/lantiq/xrx200/target.mk')
-rw-r--r-- | target/linux/lantiq/xrx200/target.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/lantiq/xrx200/target.mk b/target/linux/lantiq/xrx200/target.mk index b0be140057..8a9e02090c 100644 --- a/target/linux/lantiq/xrx200/target.mk +++ b/target/linux/lantiq/xrx200/target.mk @@ -1,7 +1,7 @@ ARCH:=mips SUBTARGET:=xrx200 BOARDNAME:=XRX200 -FEATURES:=squashfs atm mips16 +FEATURES:=squashfs atm mips16 jffs2 CPU_TYPE:=34kc CPU_SUBTYPE:=dsp |