diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-12-10 21:06:10 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-12-10 21:06:10 +0000 |
commit | aa2dc106c654f6bf8632601ad472eaef2e601395 (patch) | |
tree | 1836ab346ef74d9dcc125b2ae6a5b6cde594b544 | |
parent | ff6116cbdfc0c3f9447dd99d55e8363c64b09dbd (diff) | |
download | upstream-aa2dc106c654f6bf8632601ad472eaef2e601395.tar.gz upstream-aa2dc106c654f6bf8632601ad472eaef2e601395.tar.bz2 upstream-aa2dc106c654f6bf8632601ad472eaef2e601395.zip |
switch to 3.6 kernel
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34623
-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 2c5372631b..88834a5a0d 100644 --- a/target/linux/ep93xx/Makefile +++ b/target/linux/ep93xx/Makefile @@ -13,7 +13,7 @@ FEATURES:=squashfs jffs2 ext4 targz usb display sound CFLAGS:=-Os -pipe -march=armv4t -fno-caller-saves MAINTAINER:=Florian Fainelli <florian@openwrt.org> -LINUX_VERSION:=3.3.8 +LINUX_VERSION:=3.6.9 DEVICE_TYPE:=developerboard |