diff options
author | Steven Barth <steven@midlink.org> | 2014-06-12 17:57:19 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2014-06-12 17:57:19 +0000 |
commit | 996e57ab29e856b373a9cdf9e945834a86a4e1b9 (patch) | |
tree | 7d1516f87a16f3cdd7c93ea26e18f7f6a7fcbe8f /target/linux/uml/Makefile | |
parent | 17f0a217f034219989480455f4713a0e47108eeb (diff) | |
download | master-187ad058-996e57ab29e856b373a9cdf9e945834a86a4e1b9.tar.gz master-187ad058-996e57ab29e856b373a9cdf9e945834a86a4e1b9.tar.bz2 master-187ad058-996e57ab29e856b373a9cdf9e945834a86a4e1b9.zip |
Update UML target to 3.10 and various improvements
Updated target to 3.10.36.
Added mconsole exec patch.
Added pseudo-random MAC patch (from NetKit).
Signed-off-by: Markus Stenberg <markus.stenberg@iki.fi>
Reviewed-by: Steven Barth <steven@midlink.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41172 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/uml/Makefile')
-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 d4f0190bd2..febc2f680d 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.8.13 +LINUX_VERSION:=3.10.36 include $(INCLUDE_DIR)/target.mk |