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 | 27513dcee7ccc45a1ef7b2567e892bfe1aaa35ec (patch) | |
tree | d0e9f42470695971195411bdcc0748bbec12291c /target/linux/ep93xx/Makefile | |
parent | e4dd05ab0b9f791c4075b1e8b476ca7e52b5bab3 (diff) | |
download | upstream-27513dcee7ccc45a1ef7b2567e892bfe1aaa35ec.tar.gz upstream-27513dcee7ccc45a1ef7b2567e892bfe1aaa35ec.tar.bz2 upstream-27513dcee7ccc45a1ef7b2567e892bfe1aaa35ec.zip |
ep93xx: switch to 3.8 kernel
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36075 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 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 |