kernel: update linux 3.3 to 3.3.4
[openwrt.git] / target / linux / ep93xx / Makefile
index d7662441a92044532425ae2ea82c19c2bc4113ce..4dfbf6b314492626c243165155ce1c7e023710e6 100644 (file)
@@ -10,9 +10,10 @@ ARCH:=arm
 BOARD:=ep93xx
 BOARDNAME:=Cirrus Logic EP93xx
 FEATURES:=squashfs jffs2 ext4 targz usb
-CFLAGS:=-Os -pipe -march=armv4t -funit-at-a-time
+CFLAGS:=-Os -pipe -march=armv4t -fno-caller-saves
+MAINTAINER:=Florian Fainelli <florian@openwrt.org>
 
-LINUX_VERSION:=2.6.36.4
+LINUX_VERSION:=3.2.16
 
 include $(INCLUDE_DIR)/target.mk