build jffs2 images by default
SVN-Revision: 16907
This commit is contained in:
parent
eec23618ad
commit
6cf3706f85
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||||
ARCH:=powerpc
|
ARCH:=powerpc
|
||||||
BOARD:=ppc40x
|
BOARD:=ppc40x
|
||||||
BOARDNAME:=AMCC/IBM PPC40x
|
BOARDNAME:=AMCC/IBM PPC40x
|
||||||
FEATURES:=squashfs usb
|
FEATURES:=squashfs jffs2 usb
|
||||||
|
|
||||||
LINUX_VERSION:=2.6.28.10
|
LINUX_VERSION:=2.6.28.10
|
||||||
LINUX_KARCH:=powerpc
|
LINUX_KARCH:=powerpc
|
||||||
|
|
Loading…
Reference in a new issue