diff options
author | Jonas Gorski <jogo@openwrt.org> | 2013-06-30 13:10:12 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2013-06-30 13:10:12 +0000 |
commit | a4c4a82647099a5d42afa8adb1e5eae1e0919797 (patch) | |
tree | 6297442313ccd9407a125bf42cd9d5e81e547fa2 /target/linux/imx23/Makefile | |
parent | 34747df14a33f589976259d7a6ef9831438ac94a (diff) | |
download | upstream-a4c4a82647099a5d42afa8adb1e5eae1e0919797.tar.gz upstream-a4c4a82647099a5d42afa8adb1e5eae1e0919797.tar.bz2 upstream-a4c4a82647099a5d42afa8adb1e5eae1e0919797.zip |
kernel: update linux 3.9 to 3.9.8
Includes memory allocation fixes as well as several networking fixes.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37103 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/imx23/Makefile')
-rw-r--r-- | target/linux/imx23/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/imx23/Makefile b/target/linux/imx23/Makefile index 4aacb4918b..0315b273ae 100644 --- a/target/linux/imx23/Makefile +++ b/target/linux/imx23/Makefile @@ -12,7 +12,7 @@ BOARDNAME:=Olinuxino i.MX233 FEATURES:=ext4 rtc usb gpio CFLAGS:=-Os -pipe -march=armv5te -mtune=arm926ej-s -fno-caller-saves MAINTAINER:=Zoltan HERPAI <wigyori@uid0.hu> -LINUX_VERSION:=3.9.4 +LINUX_VERSION:=3.9.8 KERNELNAME:="zImage dtbs" DEPENDS:=+imx-bootlets |