diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-06-07 20:07:32 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-06-07 20:07:32 +0000 |
commit | 2cda2ff5752de60b39ced1e445364f76f5c13bdd (patch) | |
tree | c956b82d62e66737711cc34e344f6a1ca7d50507 /target/linux/ar71xx/Makefile | |
parent | 2b67efae7c80c4b604420a2364648e46b0d5b407 (diff) | |
download | upstream-2cda2ff5752de60b39ced1e445364f76f5c13bdd.tar.gz upstream-2cda2ff5752de60b39ced1e445364f76f5c13bdd.tar.bz2 upstream-2cda2ff5752de60b39ced1e445364f76f5c13bdd.zip |
create jffs2 images
SVN-Revision: 16374
Diffstat (limited to 'target/linux/ar71xx/Makefile')
-rw-r--r-- | target/linux/ar71xx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/Makefile b/target/linux/ar71xx/Makefile index 8c44daf47e..5948e825c8 100644 --- a/target/linux/ar71xx/Makefile +++ b/target/linux/ar71xx/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk ARCH:=mips BOARD:=ar71xx BOARDNAME:=Atheros AR71xx/AR913x -FEATURES:=squashfs tgz +FEATURES:=squashfs jffs2 tgz CFLAGS:=-Os -pipe -mips32r2 -mtune=mips32r2 -funit-at-a-time LINUX_VERSION:=2.6.28.10 |