diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-01-29 15:00:33 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-01-29 15:00:33 +0000 |
commit | 1c4b74d01850a831090f315658761f696d3ed922 (patch) | |
tree | e3124114af0fd3bc60c6dce88f6c1067bb852d50 /target/linux/ep93xx/Makefile | |
parent | a2b20b117fce31c924c7b67c080e331b552b3956 (diff) | |
download | upstream-1c4b74d01850a831090f315658761f696d3ed922.tar.gz upstream-1c4b74d01850a831090f315658761f696d3ed922.tar.bz2 upstream-1c4b74d01850a831090f315658761f696d3ed922.zip |
[ep93xx] add 3.2 support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29941 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 b7da8a0818..16cec18fda 100644 --- a/target/linux/ep93xx/Makefile +++ b/target/linux/ep93xx/Makefile @@ -13,7 +13,7 @@ FEATURES:=squashfs jffs2 ext4 targz usb CFLAGS:=-Os -pipe -march=armv4t -fno-caller-saves MAINTAINER:=Florian Fainelli <florian@openwrt.org> -LINUX_VERSION:=2.6.39.4 +LINUX_VERSION:=3.2.1 include $(INCLUDE_DIR)/target.mk |