diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-11-01 13:09:47 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-11-01 13:09:47 +0000 |
commit | 3e16402668539b329294e9ebbcadf45503572dc0 (patch) | |
tree | ad8ac4fd2005ba0ae393d6c1570eef3c3d08e4d1 /target/linux/ep93xx/Makefile | |
parent | dc28f56d3f90e162d4cba5bb9041b89b2941978f (diff) |
[ep93xx] switch to 2.6.36
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23762 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ep93xx/Makefile')
-rw-r--r-- | target/linux/ep93xx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ep93xx/Makefile b/target/linux/ep93xx/Makefile index 821df2994..e3c93a8f0 100644 --- a/target/linux/ep93xx/Makefile +++ b/target/linux/ep93xx/Makefile @@ -12,7 +12,7 @@ BOARDNAME:=Cirrus Logic EP93xx FEATURES:=squashfs jffs2 ext2 targz usb CFLAGS:=-Os -pipe -march=armv4t -funit-at-a-time -LINUX_VERSION:=2.6.30.10 +LINUX_VERSION:=2.6.36 include $(INCLUDE_DIR)/target.mk |