diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2007-06-05 20:55:21 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2007-06-05 20:55:21 +0000 |
commit | 72823077cdabdb6b3432a254d413000d00630634 (patch) | |
tree | 066601b192a8c03efa0c1f613b7a98f12648b9b1 /target/linux/amcc-2.6/Makefile | |
parent | 40f74f411d890de64200dfe8eaffb1332e7cc2e6 (diff) | |
download | upstream-72823077cdabdb6b3432a254d413000d00630634.tar.gz upstream-72823077cdabdb6b3432a254d413000d00630634.tar.bz2 upstream-72823077cdabdb6b3432a254d413000d00630634.zip |
add support for jffs2 filesystems with 256k blocksize, fix taishan support
SVN-Revision: 7506
Diffstat (limited to 'target/linux/amcc-2.6/Makefile')
-rw-r--r-- | target/linux/amcc-2.6/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/amcc-2.6/Makefile b/target/linux/amcc-2.6/Makefile index 935e639a53..58d739df10 100644 --- a/target/linux/amcc-2.6/Makefile +++ b/target/linux/amcc-2.6/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk ARCH:=powerpc BOARD:=amcc BOARDNAME:=AMCC Taishan -FEATURES:=squashfs broken +FEATURES:=jffs2 define Target/Description Build firmware images for the AMCC Taishan evaluation board |