diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-05-08 08:53:55 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-05-08 08:53:55 +0000 |
commit | 39467e78e76dcdfa6dc3430b4b52d4333a97135f (patch) | |
tree | 9e626dd1e77086483f0c6f4887c82009064732bf /target/linux/gemini/Makefile | |
parent | e57c7d6c12f3d05e44a1b76e430b298a8a79f77e (diff) | |
download | upstream-39467e78e76dcdfa6dc3430b4b52d4333a97135f.tar.gz upstream-39467e78e76dcdfa6dc3430b4b52d4333a97135f.tar.bz2 upstream-39467e78e76dcdfa6dc3430b4b52d4333a97135f.zip |
kernel: update linux 3.9 to 3.9.1
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36577
Diffstat (limited to 'target/linux/gemini/Makefile')
-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 78eb3f7f6c..41f50c85f2 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-rc4 +LINUX_VERSION:=3.9.1 include $(INCLUDE_DIR)/target.mk |