diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-07-19 07:20:04 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-07-19 07:20:04 +0000 |
commit | 6cf3706f85af0be07d31317bb57bf08d3b70080a (patch) | |
tree | 77420e88593c73fc3369c3e406c934c40fca50ee | |
parent | eec23618ad2acede20c835f962b682acc1f13de9 (diff) | |
download | upstream-6cf3706f85af0be07d31317bb57bf08d3b70080a.tar.gz upstream-6cf3706f85af0be07d31317bb57bf08d3b70080a.tar.bz2 upstream-6cf3706f85af0be07d31317bb57bf08d3b70080a.zip |
build jffs2 images by default
SVN-Revision: 16907
-rw-r--r-- | target/linux/ppc40x/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ppc40x/Makefile b/target/linux/ppc40x/Makefile index 95ff5592ec..4c4641aa4f 100644 --- a/target/linux/ppc40x/Makefile +++ b/target/linux/ppc40x/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2008 OpenWrt.org +# Copyright (C) 2008-2009 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk ARCH:=powerpc BOARD:=ppc40x BOARDNAME:=AMCC/IBM PPC40x -FEATURES:=squashfs usb +FEATURES:=squashfs jffs2 usb LINUX_VERSION:=2.6.28.10 LINUX_KARCH:=powerpc |