diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-05-07 20:11:43 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-05-07 20:11:43 +0000 |
commit | 34018a630fec422d7e59afa1b3ee9ef92ceb9230 (patch) | |
tree | d32712fe10f9cd18409154a47fb32a1607ba8c77 /target/linux/uml | |
parent | 6b5012ce1fa90c0be451e73fce5f545dd1cf185d (diff) | |
download | upstream-34018a630fec422d7e59afa1b3ee9ef92ceb9230.tar.gz upstream-34018a630fec422d7e59afa1b3ee9ef92ceb9230.tar.bz2 upstream-34018a630fec422d7e59afa1b3ee9ef92ceb9230.zip |
kernel: update linux 3.3 to 3.3.5
SVN-Revision: 31645
Diffstat (limited to 'target/linux/uml')
-rw-r--r-- | target/linux/uml/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/uml/Makefile b/target/linux/uml/Makefile index 66171fefbe..9c94c43348 100644 --- a/target/linux/uml/Makefile +++ b/target/linux/uml/Makefile @@ -23,7 +23,7 @@ BOARDNAME:=User Mode Linux FEATURES:=ext4 audio MAINTAINER:=Florian Fainelli <florian@openwrt.org> -LINUX_VERSION:=3.3.4 +LINUX_VERSION:=3.3.5 include $(INCLUDE_DIR)/target.mk |