diff options
author | Florian Fainelli <florian@openwrt.org> | 2013-03-17 19:46:37 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2013-03-17 19:46:37 +0000 |
commit | ce33aaafcf272c33c11eb540e30dc1029e7cbcac (patch) | |
tree | 188d5138fe020b9463a188caff458895a3c3a25a /target/linux/ep93xx/Makefile | |
parent | a5551d366a6df9fd21c9fddecd4912350d89a57c (diff) | |
download | upstream-ce33aaafcf272c33c11eb540e30dc1029e7cbcac.tar.gz upstream-ce33aaafcf272c33c11eb540e30dc1029e7cbcac.tar.bz2 upstream-ce33aaafcf272c33c11eb540e30dc1029e7cbcac.zip |
ep93xx: switch to 3.8 kernel
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 36075
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 495044ed89..d13e0b674f 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.6.11 +LINUX_VERSION:=3.8.3 DEVICE_TYPE:=developerboard |