diff options
author | Steven Barth <cyrus@openwrt.org> | 2014-06-12 17:57:19 +0000 |
---|---|---|
committer | Steven Barth <cyrus@openwrt.org> | 2014-06-12 17:57:19 +0000 |
commit | 285af2ff0847a326f6164fc1f63605fdf53c5fb8 (patch) | |
tree | 9349dbb34c82f8f6f303b795a956e82f5ecc068c /target/linux/uml/Makefile | |
parent | 691d7bbbf7e8a588b8b68660e08561f1e698a56b (diff) | |
download | upstream-285af2ff0847a326f6164fc1f63605fdf53c5fb8.tar.gz upstream-285af2ff0847a326f6164fc1f63605fdf53c5fb8.tar.bz2 upstream-285af2ff0847a326f6164fc1f63605fdf53c5fb8.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>
SVN-Revision: 41172
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 |