diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2013-07-13 22:43:10 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2013-07-13 22:43:10 +0000 |
commit | 460f420734dd548372b228636e800c2705783382 (patch) | |
tree | 6bccbd4f293bc0559fd2cf67e3d931c33b26501f /target/linux/gemini | |
parent | f78f7471c9c6c2e418ac7fa1832fbe51f150ad2f (diff) | |
download | upstream-460f420734dd548372b228636e800c2705783382.tar.gz upstream-460f420734dd548372b228636e800c2705783382.tar.bz2 upstream-460f420734dd548372b228636e800c2705783382.zip |
kernel: update to kernel 3.9.10 and refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37274 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/gemini')
-rw-r--r-- | target/linux/gemini/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/gemini/Makefile b/target/linux/gemini/Makefile index 9da59cbc5f..daa46889a3 100644 --- a/target/linux/gemini/Makefile +++ b/target/linux/gemini/Makefile @@ -13,7 +13,7 @@ FEATURES:=squashfs pci CFLAGS:=-Os -pipe -march=armv4 -mtune=fa526 -fno-caller-saves MAINTAINER:=Imre Kaloz <kaloz@openwrt.org> -LINUX_VERSION:=3.9.8 +LINUX_VERSION:=3.9.10 KERNELNAME:="zImage" |