aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ppc44x/Makefile
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2008-02-03 14:54:01 +0000
committerImre Kaloz <kaloz@openwrt.org>2008-02-03 14:54:01 +0000
commit9fb754391094e68c551dcd35211e5bdd52d56324 (patch)
tree1fa907567ca4d85f71bc7d74105e1a8178bd59a2 /target/linux/ppc44x/Makefile
parent4a0e29e5ce6a9080a1277c4d3c7e43f19bd7ffc0 (diff)
downloadupstream-9fb754391094e68c551dcd35211e5bdd52d56324.tar.gz
upstream-9fb754391094e68c551dcd35211e5bdd52d56324.tar.bz2
upstream-9fb754391094e68c551dcd35211e5bdd52d56324.zip
convert ppc44x to arch/powerpc, use squashfs images by default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10372 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ppc44x/Makefile')
-rw-r--r--target/linux/ppc44x/Makefile8
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