diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-07-19 07:20:04 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-07-19 07:20:04 +0000 |
commit | 876b6c07d897052e4ab7daa77320eabd15c93190 (patch) | |
tree | becdd7934af22557bd122992deec21fa8abed3ef /target | |
parent | 4b3f049d1bdd98cae8c2a1e86e7c9587f5fc1337 (diff) |
[ppc40x] build jffs2 images by default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16907 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-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 95ff5592e..4c4641aa4 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 |