diff options
author | John Crispin <blogic@openwrt.org> | 2013-10-07 15:02:52 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2013-10-07 15:02:52 +0000 |
commit | 92fb741190d95918f1c99da04a9b1ee9b70d153c (patch) | |
tree | c999b5b526f52b75adf821ec0e24ff1fcfd4d5ba /target/linux/lantiq/xrx200 | |
parent | b6028e9f2f38a36c276c2c744bb1e0172188db10 (diff) | |
download | master-187ad058-92fb741190d95918f1c99da04a9b1ee9b70d153c.tar.gz master-187ad058-92fb741190d95918f1c99da04a9b1ee9b70d153c.tar.bz2 master-187ad058-92fb741190d95918f1c99da04a9b1ee9b70d153c.zip |
lantiq: fix fritz image generation
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38326 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/lantiq/xrx200')
-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 |