update to 2.6.27.7
[openwrt/svn-archive/archive.git] / target / linux / ppc44x / Makefile
index ed43ccaec7b5d44edcb819d80297f464ddf492c9..65987c5403b1932074bfb597a581cda912b875d1 100644 (file)
@@ -8,14 +8,16 @@ include $(TOPDIR)/rules.mk
 
 ARCH:=powerpc
 BOARD:=ppc44x
-BOARDNAME:=AMCC Taishan
-FEATURES:=jffs2
+BOARDNAME:=AMCC/IBM PPC44x
+FEATURES:=squashfs
 
-LINUX_VERSION:=2.6.23.14
-LINUX_KARCH:=ppc
+LINUX_VERSION:=2.6.27.7
+LINUX_KARCH:=powerpc
 
 include $(INCLUDE_DIR)/target.mk
 
+KERNELNAME:="zImage"
+
 define Target/Description
        Build firmware images for the AMCC Taishan evaluation board
 endef