diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2011-08-16 22:04:10 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2011-08-16 22:04:10 +0000 |
commit | ff1d70f47d8e8e6516bab8ff3783bbd316e38d26 (patch) | |
tree | 829769cc85fa2bda15a276e8b26e2a3136871b75 /target/linux/ep93xx | |
parent | ebe790046ad007f288987f3d0ccc8372262508f3 (diff) | |
download | upstream-ff1d70f47d8e8e6516bab8ff3783bbd316e38d26.tar.gz upstream-ff1d70f47d8e8e6516bab8ff3783bbd316e38d26.tar.bz2 upstream-ff1d70f47d8e8e6516bab8ff3783bbd316e38d26.zip |
kernel: update kernel to version 2.6.39.4
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28022 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ep93xx')
-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 1634c80815..b7da8a0818 100644 --- a/target/linux/ep93xx/Makefile +++ b/target/linux/ep93xx/Makefile @@ -13,7 +13,7 @@ FEATURES:=squashfs jffs2 ext4 targz usb CFLAGS:=-Os -pipe -march=armv4t -fno-caller-saves MAINTAINER:=Florian Fainelli <florian@openwrt.org> -LINUX_VERSION:=2.6.39.2 +LINUX_VERSION:=2.6.39.4 include $(INCLUDE_DIR)/target.mk |