linux-atm: headroom/padding fixes
[openwrt.git] / target / linux / leon / Makefile
index eb3b83fcfe9c8b296f1e7c12f2a833020e47a20c..561f138c8ff97b245f789995af24a030144021c9 100644 (file)
@@ -11,10 +11,10 @@ BOARD:=leon
 BOARDNAME:=LEON
 FEATURES+=fpu tgz
 
-CFLAGS:=-Os -pipe -mcpu=v8 -funit-at-a-time
+CFLAGS:=-Os -pipe -mcpu=v8 -fno-caller-saves
 KERNELNAME:="uImage"
 
-LINUX_VERSION:=2.6.36.2
+LINUX_VERSION:=2.6.36.4
 MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
 
 include $(INCLUDE_DIR)/target.mk