diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2008-02-03 14:54:01 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2008-02-03 14:54:01 +0000 |
commit | 98236f47c8bf854c4350765de24df6392bf25cfb (patch) | |
tree | 5e092cc71b419ef4f41dc4222046d1478eed6ba1 /target/linux/ppc44x/Makefile | |
parent | 4f71fabba4e42becf7f5a072cce3df3190961600 (diff) | |
download | upstream-98236f47c8bf854c4350765de24df6392bf25cfb.tar.gz upstream-98236f47c8bf854c4350765de24df6392bf25cfb.tar.bz2 upstream-98236f47c8bf854c4350765de24df6392bf25cfb.zip |
convert ppc44x to arch/powerpc, use squashfs images by default
SVN-Revision: 10372
Diffstat (limited to 'target/linux/ppc44x/Makefile')
-rw-r--r-- | target/linux/ppc44x/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/target/linux/ppc44x/Makefile b/target/linux/ppc44x/Makefile index ed43ccaec7..9b4342c3d0 100644 --- a/target/linux/ppc44x/Makefile +++ b/target/linux/ppc44x/Makefile @@ -9,13 +9,15 @@ include $(TOPDIR)/rules.mk ARCH:=powerpc BOARD:=ppc44x BOARDNAME:=AMCC Taishan -FEATURES:=jffs2 +FEATURES:=squashfs -LINUX_VERSION:=2.6.23.14 -LINUX_KARCH:=ppc +LINUX_VERSION:=2.6.24 +LINUX_KARCH:=powerpc include $(INCLUDE_DIR)/target.mk +KERNELNAME:="zImage" + define Target/Description Build firmware images for the AMCC Taishan evaluation board endef |