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 | 434f5b4a433fb28e78883b252bc6bac1473cfc3b (patch) | |
tree | dea30d5067f9c0e20a78d74f518cd22a513946ab | |
parent | cfd2e21551099e866db79c5307f244826026da7c (diff) | |
download | upstream-434f5b4a433fb28e78883b252bc6bac1473cfc3b.tar.gz upstream-434f5b4a433fb28e78883b252bc6bac1473cfc3b.tar.bz2 upstream-434f5b4a433fb28e78883b252bc6bac1473cfc3b.zip |
[ep93xx] switch to 3.6 kernel
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34623 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 |