kernel: update linux 3.3 to 3.3.6
[openwrt.git] / target / linux / mpc52xx / Makefile
index ee9fa6c09ac9ff01219f12d995963ba80f769c79..ba9074537bccc00cd3576705ce9c5289a4e0219e 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2009 OpenWrt.org
+# Copyright (C) 2009-2010 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -9,9 +9,10 @@ include $(TOPDIR)/rules.mk
 ARCH:=powerpc
 BOARD:=mpc52xx
 BOARDNAME:=Freescale MPC52xx
-FEATURES:=targz ext2
+CFLAGS:=-Os -pipe -fno-caller-saves -mcpu=603e
+FEATURES:=targz ext4
 
-LINUX_VERSION:=2.6.30.10
+LINUX_VERSION:=3.3.6
 
 include $(INCLUDE_DIR)/target.mk