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 | 28e44dbadb0172c83326e10daab228ac676f26ce (patch) | |
tree | 597b6840d3d6d8168cd1c34370f3543590831827 /target/linux/ar71xx/Makefile | |
parent | ab3c8f608a813c455b8feaf0a67b82410b053099 (diff) | |
download | master-187ad058-28e44dbadb0172c83326e10daab228ac676f26ce.tar.gz master-187ad058-28e44dbadb0172c83326e10daab228ac676f26ce.tar.bz2 master-187ad058-28e44dbadb0172c83326e10daab228ac676f26ce.zip |
[ar71xx] create jffs2 images
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16374 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |